1=response=input (“You wake up in a garage”) print (“There is a Lamborghini next to you”) print (“There are bookshelves on the other side”) print (“What do you do?”) print (“Head to the bookshelves and read a book”) print (“Take the Lamborghini and drive around town swag”) print (“Or do you lick the garage floor?”) a =response= input (“Choose between Lamborghini, Bookshelves or Floor”): if a == ‘Floor’: print (“You start to lick the floor, it is rough, very rough, but you continue”) print (“Your body is then found a few days later, intoxicated by floor uncleanness”) if a == ‘Lamborghini’: print (“You go to the car, the keys are on the roof”) print (“ You jump in the car, where do you want to drive?”) print (“Choose between Hollywood hills, Down the lake or Just stay there”)