Skip to content

Commit dcc959c

Browse files
committed
dont say the same thing twice
1 parent 323a90e commit dcc959c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

if.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ if its_raining:
7373

7474
The file extension is `.py`, which is short for Python.
7575

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-
8076
Now run the rain program. Most editors (including IDLE) will run your
8177
code when you press F5. If your editor doesn't, run it from PowerShell,
8278
command prompt or terminal. You probably need to first go to wherever

0 commit comments

Comments
 (0)