lol

lol

Friday, March 14, 2008

CH07

lol= raw_input ("insert word for me to spell ")
bob = raw_input("what else? ")

while lol != "x":
if lol > bob:
print lol,'is Greater than',bob
elif lol < bob:
print 'is Lesser than',bob
else:
print 'is Equal to'

lol = raw_input("insert word for me to spell (x to quit)")
bob = raw_input("what else")

No comments:

Powered By Blogger