Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
its the prompt when you are using the python interpretor. basically something that tells you its ready to accept user input
31st Jul 2020, 4:18 PM
Slick
Slick - avatar
+ 1
It's called prompt, telling you that python is ready to accept instructions.
24th Aug 2020, 6:05 PM
SB5K
SB5K - avatar
0
you dont, it just appears when you use the interperetor. 2 main ways to run .py script: through the interpretor (uses >>> and accepts one line at a time, hence the prompt) & through an IDE (uses your choice of availible interpereters and runs multiple lines of code one after another automatically) Sololearn uses an IDE, so no use for >>>
31st Jul 2020, 4:35 PM
Slick
Slick - avatar