0
syntax error
>>> print('HELLO WORLD!')
4 Answers
+ 2
You don't have to use '>>>' when writing code, that's just for indication in console/idle(s).
+ 3
here's the correction: print('HELLO WORLD!')
you shouldn't use ">>>" as it is only used in console/idle(s).
0
Write your code
0
THANK YOU