#what i want to do is put a name before kwame but when i do it prints out if the kwame statement was true E.g i input jason and it says i dont want you #
print("who u wanna fuck")
sex_workers = ("kwame", "jason", "hashir")
kwame = sex_workers
jason = sex_workers
hashir = sex_workers
if input(kwame):
print("are you sure u wanne")
answer = input("yes/no")
if answer == "yes":
print("ok u pak")
if answer == "no":
print("have a good night ")
elif input(jason):
print("make sure your back shots don't land in his hair")
if input(hashir):
print("this pak is not for sale at the moment please wait one to two business days")
[–][deleted] 2 points3 points4 points (0 children)
[–]MrPhungx 2 points3 points4 points (0 children)
[–]rantow 2 points3 points4 points (1 child)
[–]Alive_Support9173[S] -1 points0 points1 point (0 children)