Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This script fixes it:

Choice1 = ''

Choice2 = ''

Choice3 = ''

Choice1 = input('Your by the ocian and see a pile of trash what do you do. A pick it up or B dont')

if Choice1 == 'A':

    print('Hooray your a good person that was probably like 1 pound of trash')

else:

    print('you suck, i hope you know that.')

Choice2 = input('You go swimming in the ocean and find EVEN MORE TRASH wadayado A pick it up or B dont')

if Choice2 == 'A':

    print('Good job, a random dolphin gave you 50k ¥ where the dolphin get that.')

else:

    print('a doplhin comes up to you with a knife and stabs you')

Choice3 = input('a HUGE pile of trash just washed onto the shore and everyone there is helping do you A help with them or B dont')

if Choice3 == 'A':

    print('Gret job! everyone is happy and the police happily share their donuts')

else:

    print('The police give you a unhappy glare.')

print('You happily go to the bank turn in your 50k ¥ and get 440 usd out of it')

print('You go home happily and go to bed sadified.')