+ 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'
1 Respuesta
+ 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.