We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323a90e commit dcc959cCopy full SHA for dcc959c
1 file changed
if.md
@@ -73,10 +73,6 @@ if its_raining:
73
74
The file extension is `.py`, which is short for Python.
75
76
-The line with a print is **indented** by four spaces. Indentation is
77
-important in Python. If the indentation is not consistent, we may get
78
-an error or our program may do something else than we wanted it to.
79
-
80
Now run the rain program. Most editors (including IDLE) will run your
81
code when you press F5. If your editor doesn't, run it from PowerShell,
82
command prompt or terminal. You probably need to first go to wherever
0 commit comments