364,111 Members | 2030 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

whats wrong?!

Kevin Baldwin
P: 1
I am a bit pathetic it seems, I'm trying to get it to run but it won't even do something as simple as

print"jello"

it keeps giving me a syntax error on the second paranthesis... aren't you supposed to put it there?
Jan 23 '12 #1
Share this Question
Share on Google+
2 Replies


bvdet
Expert Mod 2.5K+
P: 2,509
What are you trying to run? You are not giving us any information. In Pythonwin interactive window:
Expand|Select|Wrap|Line Numbers
  1. >>> print"jello"
  2. jello
  3. >>> 
Jan 24 '12 #2

Smygis
100+
P: 121
Expand|Select|Wrap|Line Numbers
  1. print("jello")
If you are using python 3.x.
Jan 26 '12 #3

Post your reply

Help answer this question



Didn't find the answer to your Python question?

You can also browse similar questions: Python