+ 2

Is prompt symbol necessary to get the desired output of the program ? 🤔🤔

28th Apr 2019, 9:45 AM
binal mehta
binal mehta - avatar
2 Réponses
+ 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.
28th Apr 2019, 9:50 AM
HonFu
HonFu - avatar
+ 3
binal mehta it's always good to specify which language you are talking about as well.
28th Apr 2019, 11:38 AM
Sonic
Sonic - avatar