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,my,me,I,I)

raw_input("\n\\t\t\t- The End -")

But it looks like this...

Allen woke up early in the morning. But, it was unusal by Allen.
Allen's pillow
was with Allen. Allen didn't want to wake up But, Allen tried my best and woke up.
it was so amazing

                            - The End -

the problem is about lining
I want it to print like this...
Allen woke up early in the morning. But, it was unusal by Allen.
Allen's pillow was with Allen. Allen didn't want to wake up But, Allen
tried my best and woke up. it was so amazing


 


FREE pop-up blocking with the new MSN Toolbar MSN Toolbar Get it now!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to