We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6ac22 commit 7db41ffCopy full SHA for 7db41ff
1 file changed
en/python_introduction/README.md
@@ -525,7 +525,7 @@ and executed:
525
$ python3 python_intro.py
526
Hey Sonja!
527
528
-See what happened there? `elif` lets you add extra tests that run if the previous tests fail.
+See what happened there? `elif` lets you add extra conditions that run if the previous conditions fail.
529
530
You can add as many `elif` statements as you like after your initial `if` statement. For example:
531
0 commit comments