+ 1
I cann't run true
>>>print ('Hello world!')
4 Respuestas
+ 12
'>>>' is the prompt of the interactive Python interpreter, meaning that the interpreter is ready to get Python statements typed in
remove this sign then run your code it works fine
+ 5
do not include the ">>>".
its not part of python
+ 1
>>> is not a user input, it is actually the output shown by your interpreter or IDE to inform you that you have to write your code now.
- 3
Brains please I want you to teach me how to code cuz am new to coding