syntax error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

syntax error

>>> print('HELLO WORLD!')

9th May 2020, 7:06 AM
vishal khandelwal
vishal khandelwal - avatar
4 Answers
+ 2
You don't have to use '>>>' when writing code, that's just for indication in console/idle(s).
9th May 2020, 7:12 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 3
here's the correction: print('HELLO WORLD!') you shouldn't use ">>>" as it is only used in console/idle(s).
9th May 2020, 7:20 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
Write your code
9th May 2020, 7:12 AM
Mustafha Ahmad
Mustafha Ahmad - avatar
0
THANK YOU
9th May 2020, 7:23 AM
vishal khandelwal
vishal khandelwal - avatar