Skip to content

Commit 51b7d80

Browse files
committed
don't be limited 2 idle
1 parent e447bd5 commit 51b7d80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ after it?
7575

7676
Again, nothing happened.
7777

78+
If you're not using IDLE, the prompt will change from `>>>` to
79+
`...`. Just press Enter again to get it back to `>>>`.
80+
81+
```py
82+
>>> #
83+
...
84+
>>>
85+
```
86+
7887
In Python, these pieces of text starting with a `#` are known as
7988
**comments**. They don't effect the code in any way, but you can use
8089
them to explain what your code does.

0 commit comments

Comments
 (0)