import random
num = random.randint(1,10)
guess =""
count =0
limit =3
out =Falsetry:while guess != num andnot out:if count < limit:
guess = int(input("please enter your guess: "))
count +=1if guess > num:print("the number is smaller")elif guess < num:print("the number is bigger")else:
out =TrueexceptValueError:print("please enter number only")if out:print("you lose")else:print("you win")
السؤال
Hamza Nasr
رابط هذا التعليق
شارك على الشبكات الإجتماعية
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.