Whether we should use >>> in every line of the code or we can simply ignore it without writing it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Whether we should use >>> in every line of the code or we can simply ignore it without writing it

26th Jul 2017, 1:17 PM
Harish Pydi
5 Answers
+ 7
yes 😉
26th Jul 2017, 1:25 PM
Art456
Art456 - avatar
+ 6
actually without >>> we can do it example it just makes us a little understand that >>> is the input and the sentence without >>> is the out put 😊 print(20//6)
26th Jul 2017, 1:22 PM
Art456
Art456 - avatar
+ 6
No. You do not do that in your scripts. https://www.sololearn.com/Discuss/160194/?ref=app
26th Jul 2017, 1:47 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
>>> indicates, that you actually use python console. You will never have to put >>> in front of any part of code
26th Jul 2017, 1:51 PM
Amarie
0
so we need not to use it right
26th Jul 2017, 1:24 PM
Harish Pydi