+ 2
Is prompt symbol necessary to get the desired output of the program ? 🤔🤔
2 ответов
+ 4
In Python you have the interpreter mode, where you can input commands one by one in real time.
That's where you see (not write) the prompt symbol.
When you write code the usual way (in a separate file that you run later) you don't see or use any of it.
+ 3
binal mehta it's always good to specify which language you are talking about as well.