On Wednesday, March 4, 2015 at 8:34:16 PM UTC-5, Xrrific wrote: > Guys, please Help!!! > > I am trying to impress a girl who is learning python and want ask her out at > the same time. > > Could you please come up with something witty incorporating a simple python > line like If...then... but..etc. > > You will make me a very happy man!!! > > Thank you very much!!!
r = False while r != 'yes': r = raw_input('do you like me (yes/no): ') print 'i like you too!' might make her smile.... --Tim -- https://mail.python.org/mailman/listinfo/python-list