2 תשובות
x = input("a")
if "yes" in x or "yes in x:
return 1
return 0
אנונימי
def isit():
inp = input()
return "yes" in inp.lower()