Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- feminine = 0
- masculine = 0
- print("What is your favourite colour? Red, blue, purple, or green")
- q1 = input()
- if q1 == "Red":
- feminine + 2
- if q1 == "Purple":
- feminine + 1
- if q1 == "Blue":
- masculine + 2
- if q1 == "Green":
- masculine + 1
- #i could do more questions but i can't be asked lol :)
- #if i feel like it i might redo this some time in the future and make it a lot better so stay around for that :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement