[Tutor] problem

Feziwe Mpondo feziwe at sanbi.ac.za
Tue May 3 17:15:57 CEST 2005


hi
problem :modification of a guessing game excersize to a password asking 
program. her's what i tried.
s = raw_input
#asks for a password
#prints it if correct
password = input( "Tell me a password: ")
password ==dal
    print password,"Tell me a password: "
elif password ==dal
print "accurate"

while password != flower :
    password = input ("tell me a password: ")


More information about the Tutor mailing list