+ 1
Whether we should use >>> in every line of the code or we can simply ignore it without writing it
5 Answers
+ 7
yes đ
+ 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)
+ 6
No. You do not do that in your scripts.
https://www.sololearn.com/Discuss/160194/?ref=app
+ 1
>>> indicates, that you actually use python console. You will never have to put >>> in front of any part of code
0
so we need not to use it right