+ 2
Is it that this ">>>" should be used on everyline or just where there is a command?
2 Answers
+ 7
you never have to use this '>>>'. It's the prompt of the interactive console in python. Unfortunately this is used in the tutorial.
+ 3
It's just to show the user what to do. You don't actually type that in your code though.
You would just type:
print('Hi')