Skip to content

Commit c873046

Browse files
committed
change name in nome
1 parent dafe81c commit c873046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def ciao(nome):
739739

740740
ragazze = ['Rachel', 'Monica', 'Phoebe', 'Ola', 'Tu']
741741
for nome in ragazze:
742-
ciao(name)
742+
ciao(nome)
743743
print('Prossima ragazza')
744744
```
745745

0 commit comments

Comments
 (0)