Hey guys. When I am doing a lesson in learning Python on Codeacademy, I like to solidify what I have learnt by trying it out on Python itself. But then I realise the ‘syntax error’ is referring to the string having no parenthesis and then I wonder why Codeacademy skips the parenthesis. That might give newcomers bad habits. I was just thinking out loud. Thanks.
You mean print()
having no parentheses? Difference in python versions (python2 vs python3)