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):