0

I cannot run basic code in python

I cannot run basic code in python . this code is not running in app. my code is print "hellow world"

8th Jun 2017, 4:43 AM
Aayam Aashish Pradhan
Aayam Aashish Pradhan - avatar
2 Answers
+ 4
Check out the version of Python your using. In version 3.x print is a function instead of a statement. Try using print ("Hello world")
8th Jun 2017, 4:47 AM
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender)
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender) - avatar
+ 1
yha print ("hello world") worked thanks. python verson no match. thanks
8th Jun 2017, 4:58 AM
Aayam Aashish Pradhan
Aayam Aashish Pradhan - avatar