Thread: I need help!!!!
View Single Post
  #1 (permalink)  
Old 10-15-2007, 05:33 PM
hds272 hds272 is offline
Newbie
 
Join Date: Oct 2007
Posts: 4
Rep Power: 0
hds272 is on a distinguished road
Default I need help!!!!

I get an error for this code:

(there are indents just not showing on this forum)

#small program to introduce members of the family
print "Please enter the first name of a family member.", " ", "the choices are john, jane, jim, and scruffle."
text = input()
if text = "john"
print "this is john"
elif text = jane
print "this is jane"
elif text = jim
print "this is jim"
elif text = scruffle
print "RUFF!!"
Reply With Quote

Sponsored Links