You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a difference between Python 2 and Python 3. In Python 3 print is a function. With Python 2 that code would work fine. I'm not sure why he states that this code should work with both versions.
print ("Running...")
The text was updated successfully, but these errors were encountered: