Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- points = 0
- print("welcome")
- qn1 = input("have you ever wave at someone but they were not waving at you (y or n)")
- if qn1 == "y":
- points -=1550
- else:
- points += 2270
- qn2 = input("are you liang tze (y or n)")
- if qn2 == "y":
- points -=2500
- else:
- points +=2670
- qn3= input ("have you ever not brought your wallet while waiting for the line")
- if qn3=="y":
- points-=1250
- else:
- points+=2120
- qn4= input("have you ever listened to favourite song and dance in public")
- if qn4=="y":
- points-=2500
- else:
- points+=3000
- qn5= input ("have you ever tripped on air")
- if qn5=="y":
- points-=1650
- else:
- points +=1250
- if points < 2000:
- print("womp womp")
- elif points < 6000:
- print("u tried")
- else:
- print("u are the true sigma")
- print("final aura: "+str(points))
Advertisement
Add Comment
Please, Sign In to add comment