Tuesday, June 25, 2019

Game on Python


a = input("p")
p = 0
if a=="enis":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was penis")
    
print("you have " + str( p ) + " points")
b = input("d")
if b=="ick":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was dick")
    
print("you have " + str( p ) + " points")
c = input("v")
if c=="agina":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was vagina")
    
print("you have " + str( p ) + " points")
d = input("f")
if d=="uck":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was fuck")
    
print("you have " + str( p ) + " points")
e = input("n")
if e=="igga":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was nigga")
    
print("you have " + str( p ) + " points")
f = input("r")
if f=="ape":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was rape")
    
print("you have " + str( p ) + " points")
g = input("ga")
if g=="ndhi":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was gandhi")
    
print("you have " + str( p ) + " points")
h = input("l")
if h=="igma":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was ligma")
    
print("you have " + str( p ) + " points")
i = input("a")
if i=="ss":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was ass")
    
print("you have " + str( p ) + " points")
j = input("b")
if j=="oobs":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was boobs")
    
print("you have " + str( p ) + " points")



k = input("b")
if k=="itch":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was bitch")
    
print("you have " + str( p ) + " points")

l = input("se")
if l=="x":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was sex")
    
print("you have " + str( p ) + " points")

m = input("ta")
if m=="mpon":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was tampon")
    
print("you have " + str( p ) + " points")

n = input("bu")
if n=="tt":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was butt")
    
print("you have " + str( p ) + " points")

o = input("er")
if o=="ection":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was erection")
    
print("you have " + str( p ) + " points")

q = input("H")
if q=="IV":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was HIV")
    
print("you have " + str( p ) + " points")

r = input("con")
if r=="dom":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was condom")
    
print("you have " + str( p ) + " points")

s = input("c")
if s=="um":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was cum")
    
print("you have " + str( p ) + " points")

t = input("co")
if t=="ck":
    print("correct!!!")
    p += 1
else :
    print("incorrect!!!")
    print("The Answer was cock")
    
print("you have " + str( p ) + " points")

x = input("I am ")
p = 0

if x == "gay":
    print("Correct!!!")
    p += 1
    print("You have " + str(p) + " points!")
else:
    print("Incorrect!!!")
    print("The correct answer was 'gay'")
    print("You have " + str(p) + " points!")
    

x = input("You are a ")
if x == "virgin":
    print("Correct!!!")
    p += 1
    print("You have " + str(p) + " points!")
else:
    print("Incorrect!!!")
    print("The correct answer was 'virgin'")
    print("You have " + str(p) + " points!")
    

x = input("Black people have big ")
if x == "peepees":
    print("Correct!!!")
    p += 1
    print("You have " + str(p) + "points!")
else:
    print("Incorrect!!!")
    print("The correct answer was 'peepees'")
    print("You have " + str(p) + " points!")      
    
x = input("I need to ")
if x == "cum":
    print("Correct!!!")
    p += 1
    print("You have " + str(p) + " points")
else:
    print("Incorrect!!!")
    print("The correct answer was 'cum'")
    print("You have " + str(p) + " points!")

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e9aab1ad-5924-4ded-a2fa-24d4cfafc7ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment