Off Topic: The Flood
This topic has moved here: Subject: Python noob help
  • Subject: Python noob help
Subject: Python noob help

Moderator Notice: This user has been blacklisted from this forum. Until the user is removed from the blacklist, all posts this user has made have been hidden, and all topics created by this user have been censored.
  • 12.01.2012 7:09 PM PDT

Can you provide more details? That's nowhere near enough info for anyone to accurately diagnose.

  • 12.01.2012 7:22 PM PDT

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.

  • 12.01.2012 7:23 PM PDT

So Says Shadroxon.

Thought this thread was about actual pythons...

  • 12.01.2012 7:24 PM PDT

Why are you on my profile page?


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 :(

  • 12.01.2012 7:25 PM PDT
  •  | 
  • 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 :(

  • 12.01.2012 7:49 PM PDT