0
Doubt ' >>>'
i started python as beginner in programming lanaguage while i have doubt, started first program as Hello world! so here for getting output as hello world two types as given ( in my concern) >>> print ('Hello world!') & other print ('Hello world!') doubt is what the use of ( >>>) it. i now its rubbish but jave a curiosity to know 😑
2 ответов
+ 2
it is a prompt to let you know the interpreter is ready to accept input.
+ 1
ooh ok 👍 Thank you