+ 2

Is it that this ">>>" should be used on everyline or just where there is a command?

Python

24th Jul 2020, 8:12 PM
Gabriel Michael Ojomakpene
Gabriel Michael Ojomakpene - avatar
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.
24th Jul 2020, 8:17 PM
Lothar
Lothar - avatar
+ 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')
24th Jul 2020, 8:18 PM
Mocha
Mocha - avatar