File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ It's raining!
3434
3535The prompt changed from ` >>> ` to ` ... ` . It meant that Python was
3636expecting me to keep typing. When I was done, I just pressed Enter
37- twice. My code was execute and the prompt was restored to ` >>> ` . IDLE
37+ twice. My code was executed and the prompt went back to ` >>> ` . IDLE
3838does this a bit differently, so if you use IDLE, running this example
3939code looks more like this:
4040
@@ -99,9 +99,9 @@ Running from a terminal looks like this:
9999 It's raining!
100100 you@YourComputer:~/Desktop$
101101
102- From now on, if a code example starts with ` >>> ` run it on the
102+ From now on, ** if a code example starts with ` >>> ` run it on the
103103interactive prompt, and if it doesn't, write it to a file and run the
104- file.
104+ file** .
105105
106106## Using else
107107
You can’t perform that action at this time.
0 commit comments