0
When i typed >>>print('asd') , it came as a error. And when i just typed print('asd') the result came. Why??
3 Respostas
+ 2
the syntax is not correct
0
then why in the sample >>> it was used
0
The >>> symbols are just used to represent the console.
The python console prints those everytime it is prepared to take in new commands.
In a program you never use those