Is there a way to make this example expression shorter:
if x == line[0] or x == line[1] or x == line[2] or x == line[3]:
I don\'t want to use