answer2 = input()
if answer == 'yes' or 'Yes' or 'ok' or 'sure':
import random
print Random([0,1,2,3,4,5])
I am trying to create a part of a program to generate a random response. Why is this showing up as an error? Or is there a better way to do this?