Hey guys!...is it necessary to put '>>>' in every statement in phyton.i am confused how to use it in phython, pls help me out.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hey guys!...is it necessary to put '>>>' in every statement in phyton.i am confused how to use it in phython, pls help me out..

24th Dec 2017, 4:51 AM
Vinod Rajan P
5 Answers
+ 3
When you download the Python interpreter, it comes with something called IDLE. This is a utility tool that allows users to run code without an IDE. ‘>>>’ tells the user where to enter their code, ex: IDLE ——- >>> a=3 >>>b=a+4 >>>print(b) >>>7 —> result printed
24th Dec 2017, 7:56 AM
Jared
Jared - avatar
+ 2
No you dont thats just an indicator that you are currently on that line, >>> is part of the interpreter not the code you are making
24th Dec 2017, 5:56 AM
MrCoder
MrCoder - avatar
+ 1
thanks guys
24th Dec 2017, 3:30 PM
Vinod Rajan P
0
No that’s in indicator
24th Dec 2017, 5:20 PM
Guransh Bedi - Claireville PS (1504)
Guransh Bedi - Claireville PS (1504) - avatar