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 Antworten
+ 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