I just joined a course called introduction to python on coursera. They showed like print "Hello"
or print 'hello'
is working on their online tool called codeSculptor.
But on my PC its showing an error.
print ("hello")
is working fine on my PC.
Why is it like that?