Stop code in python!!

The Radiator The at Radiator
Mon Mar 15 09:19:52 EST 2004


I have this code, but I shall have a pause in  the end. Would you plaese
give me some idears to this, or/and write the code better!

p = (raw_input("Password please: "))
if p == "root":
    print ""
    print "Welcome"
    print "to this game, hope you will enjoy!"
    print "But remeber, it still under construktion!!"
    print ""
m = (raw_input("Will you move on to level 2? (y/n)"))
print ""
if m == "n":
    print "Goodbye!!"
else:
    if m == "y":
        print "Hey, this here is level 2"
        print "but it is still under construction"





More information about the Python-list mailing list