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!!"
|