0
>>> Won't work on Python 3.6.5
Well i just started with the SoloLearn Tutorial and >>> Won't work it just closes the Programm directly.
2 Respuestas
+ 6
>>> is the Python interpreter prompt. You don't need it if you are writing a script to be executed later on.
https://www.sololearn.com/discuss/1158279/?ref=app
0
when u goto the coding page
dont type
>>>print(“text”)
just type
print(“text”)
no need to type the >>>