Choosing Game Challenge

PHOTO EMBED

Sat Oct 23 2021 00:01:08 GMT+0000 (Coordinated Universal Time)

Saved by @Colter_Hill #python

options = ["Go to bed", "Game all night", "Have a good cry", "Die"]

print("Please choose what you would like to do tonight: \n1. Go to bed "
      "\n2. Game all night \n3. Have a good cry\n4. Die")
int(input())

for answer in index(options):
    
content_copyCOPY