We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdd530 commit aa7908aCopy full SHA for aa7908a
docs/ifelse.rst
@@ -25,7 +25,7 @@ If the value of *expression* is true (anything other than zero), do the what is
25
if number < 100:
26
print("The number is less than 100")
27
28
-Then we run it
+Then we execute the file.
29
30
::
31
0 commit comments