I cant print on python. Currently using Python 3.6. Whenever i type
print("Hello World")
It gives me this.
Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'str' object is not callable.
Any help? I am a newbie at Python