We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e447bd5 commit 51b7d80Copy full SHA for 51b7d80
1 file changed
getting-started.md
@@ -75,6 +75,15 @@ after it?
75
76
Again, nothing happened.
77
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
87
In Python, these pieces of text starting with a `#` are known as
88
**comments**. They don't effect the code in any way, but you can use
89
them to explain what your code does.
0 commit comments