Rasputin
That Kid From   Berlin, Berlin, Germany
 
 
def umad():
print "UMADBRO? [Yes or No]"
answer = raw_input()
yes = "yes" and "Yes"
no = "no" and "No"
if answer == yes:
print "I will send you to the first dimension if you mess with me"
elif answer == no:
print "BYE"
else:
print "ANSWER CORRECTLY"
umad()
Currently Offline