+ 1

Hello im running code in my pc i have 3.5 version of python its still gives error in print

i got an error in 'print'

10th Aug 2017, 5:19 PM
Shivansh Nayak
Shivansh Nayak - avatar
1 Antwort
+ 1
Are you using print with or without parentheses? They are needed in newer versions of Python, so now, for example, you need to write: print("Hello World"), while in previous versions, you could just write print "Hello World". If that doesn't work, send us the error you're getting.
10th Aug 2017, 6:03 PM
Vukašin Zeljić
Vukašin Zeljić - avatar