+ 1
Is it important to write>>> before print command???
4 Answers
+ 5
No. >>> is the command prompt in the Python interpreter. It is not something the programmer writes.
+ 3
@kumar
if you show us your code we can help.
code:
print('Hello World')
+ 2
A good joke :) You do not write ">>>" anyway. This is a prompt from Python interpreter and says "write here your command"
0
sir, I typed 'Hello world' as a string but no output??why??