Sorry if value is not the write word. I basically want to do this:
test = input("Place input here")
if test == "a", "A", "A.", etc.
print("You have no life!")
Any ideas?
Sorry if value is not the write word. I basically want to do this:
test = input("Place input here")
if test == "a", "A", "A.", etc.
print("You have no life!")
Any ideas?