example = str(input())
if example == ("abc") or example == ("def") or example ==("ghi"):
print("sample")
i'd like to make it so that a bunch of keywords print a certain statement if i type in a specific word though couldn't think of a better way than this. is there a more efficient way of me writing it