0
In python why it's showing me error when I'm using >>> before print
I learnt here before print statement use >>> but when I'm coding in compiler it's showing me error why?? /*Sorry for bad English*/
1 Antwort
+ 10
You will only see it while you're using interactive mode
'>>>' means you can enter the next line