0
🎑 My first Question 🎑
In python 3.6, is >>>print('Hello world! ') right
5 odpowiedzi
+ 6
Just typing:
print('Hello world!')
gives you an error?
+ 6
Perhaps you forgot to end the string with quotes or double quotes? Or to close a bracket?
0
It gives syntax error in python 3.6 32 bit module. what should be done
0
Oh the >>> was wrong