0

🎑 My first Question 🎑

In python 3.6, is >>>print('Hello world! ') right

13th Jul 2017, 5:39 PM
#RahulVerma
#RahulVerma - avatar
5 odpowiedzi
13th Jul 2017, 6:21 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
Just typing: print('Hello world!') gives you an error?
14th Jul 2017, 4:43 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
Perhaps you forgot to end the string with quotes or double quotes? Or to close a bracket?
14th Jul 2017, 5:37 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
It gives syntax error in python 3.6 32 bit module. what should be done
14th Jul 2017, 12:51 AM
#RahulVerma
#RahulVerma - avatar
0
Oh the >>> was wrong
28th Oct 2017, 5:22 AM
#RahulVerma
#RahulVerma - avatar