Hello,

I'm very new thanks in advance for your help. 

My If statement is:

If age < (40):
  Print("you are young.")
Else:
  Print("You look great.")

Basically what I want to do is have a sentence using print that includes the 
results of the If or Else which is based on the users input of age.

 I don't know if I'm doing something wrong by doing it this way. I can't figure 
it out.

Thankyou!

Chris
Sent via BlackBerry by AT&T
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to