YD
Size: a a a
YD
VY
AT
YD
YD
<Ч
Б
<Ч
Б
YD
AT
Б
def myfunc(num_from_1_to_7):
if num_from_1_to_7 not in range(1, 8):
return "pidoras ne ta cifra"
return num_from_1_to_7 + 5 # к примеру
T
x not is None вместо x is not None 🌚Б
x not is None вместо x is not None 🌚T
YD
def myfunc(num_from_1_to_7):
if num_from_1_to_7 not in range(1, 8):
return "pidoras ne ta cifra"
return num_from_1_to_7 + 5 # к примеру
YD
Б
x not is None вместо x is not None 🌚if not objБ
<Ч
def myfunc(num_from_1_to_7):
if num_from_1_to_7 not in range(1, 8):
return "pidoras ne ta cifra"
return num_from_1_to_7 + 5 # к примеру