4 תשובות
def sun(n):
if n <= 0:
print("error: the input number must be positive and greater than zero.")
else:
for i in range(1, n+1):
print(i)
עדיין צריכה עזרה?
שואל השאלה:
^^ תודה רבהה

^ לא אבל תודה :)
אנונימית