+ 3
Do we have to use this >>> before print to print something?
5 Réponses
+ 5
When you type your code in python IDLE you don't require '>>>'
It is automatically generated when you enter on a new line.
Hope it helped you
+ 5
When you are typing in Python Shell IDLE it is there for you when you press enter. However, a code does not require >>>.
+ 3
if you are working with C++. yes you have to use this >>>.
python dosen't require it.
+ 1
No.
+ 1
Thank you