- BLZL
- |
- Exalted Legendary Member
Without The Flood, I wouldn't know what an opinion is.
Both of the below users are correct, sort of.
If you're using Python 3.x then print is a function, and you'll need the brackets. In versions of Python earlier than that, then just print "Hello, World!" will work.
Posted by: PapaCain
Posted by: Hylebos
I'm not an expert with Python, but isn't the print command:
print("Hello World!")
Pretty sure there's gotta be parenthesis. And I can't remember if print is capitalized.
No, OP had it right. Dunno why it's broke though, need more info :(