Re: [Tutor] Problem with variables

2005-02-16 Thread Jeremy Jones
. Sm0kin'_Bull wrote:  wrote this, It's a bit lame though I = "Allen" me = "Allen" my = "Allen's" print \ """ %s woke up early in the morning. But, it was unusal by %s. %s pillow was with %s. %s didn't want to wake up But, %s tried my best and woke up. it was so amazing!""" % (I,me,

[Tutor] Problem with variables

2005-02-16 Thread . Sm0kin'_Bull
 wrote this, It's a bit lame thoughI = "Allen"me = "Allen"my = "Allen's"print \"""%s woke up early in the morning. But, it was unusal by %s. %s pillowwas with %s. %s didn't want to wake up But, %s tried my best and woke up.it was so amazing!""" % (I,me,my,me,I,I)raw_input("\n\\t\t\t- The End -")Bu