10 תשובות
עדיין צריכה? אם אני לא טועה עשיתי משימה דומה לזה, אז אני אשלח אותה, ותשני אותה לפי מה שאת צריכה
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number % 10 != 0 and number <= numtwo):
print (number)
number = number +1
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number % 10 != 0 and number <= numtwo):
print (number)
number = number +1
שואל השאלה:
אני לא יודעת כלום באמת את יכולה לשנות לי בבקשהה????
אני לא יודעת כלום באמת את יכולה לשנות לי בבקשהה????
אממ
אני אנסה, אבל גם אני לא ממש טובה במחשבים..
אני אנסה, אבל גם אני לא ממש טובה במחשבים..
שואל השאלה:
תקשיבי הכל טוב העיקר שאני יעשה יש לי עוד חצי שעה אמאלה
תקשיבי הכל טוב העיקר שאני יעשה יש לי עוד חצי שעה אמאלה
אני מנסה, אבל זה הכי טוב שלי.. אני לא ממש יודעת מה לימדו אתכם.. אבל זה בינתיים
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number != 999 and number <= numtwo):
print (number)
number = number +1
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number != 999 and number <= numtwo):
print (number)
number = number +1
אבל זה לא נכון עדיין, את יכולה לנסות לשנות את זה?
שואל השאלה:
אני ינסה כן
אני ינסה כן
אוקיי, אני שולחת לך עוד ניסיון שלי, ובאמת, אם תוכלי לנסות לחבר אותם עם מה שאת למדת, את תצליחי, סליחה שאני לא יכולה לעזור יותר
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number <= 1 != 999):
print (number)
number = number +1
numone = int(input("please enter the first number: "))
numtwo = int(input("please enter the second number: "))
number = numone
while (number <= 1 != 999):
print (number)
number = number +1
בהצלחה
שואל השאלה:
ממש תודה!
ממש תודה!
באותו הנושא: