Skip to content

Commit 5ba4090

Browse files
authored
Update 2. Les bases de Python.md
1 parent dacff6c commit 5ba4090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2. Les bases de Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main(): # c'est ici la fonction "main"
4747
input('Comment ça va ?')
4848

4949
if __name__ == '__main__': # note: le "__main__" n'a aucun rapport avec la fonction "main"
50-
main() # On appelle la fonction main pour déclencher la code
50+
main() # On appelle la fonction main pour déclencher le code
5151

5252
>>> Salut
5353
>>> Salut, comment ça va ?

0 commit comments

Comments
 (0)