اذهب إلى المحتوى

Amo Adel

الأعضاء
  • المساهمات

    3
  • تاريخ الانضمام

  • تاريخ آخر زيارة

إنجازات Amo Adel

عضو مبتدئ

عضو مبتدئ (1/3)

1

السمعة بالموقع

  1. لماذا لايغلق الاسكريبت عند n ما هو الخطأ while True : repeat = input ("Do you want to peform another oparation (y/n): \n").lower() if repeat == "y" : break elif repeat == "n" : print("exit") quit else : print("invalid choice")
  2. ما هو الخطأ هنا انا جديد بلغة بايثون while True : repeat = input ("Do you want to peform another oparation (y/n): \n").lower() if repeat == "y" : break elif repeat == "n" : print("exit") quit else : print("invalid choice")
  3. انا متعلم جديد للغة بايثون لكن لا افهم ما هو الخطأ هنا while True : repeat = input ("Do you want to peform another oparation (y/n): \n").lower() if repeat == "y" : break elif repeat == "n" : print("exit") quit else : print("invalid choice")
×
×
  • أضف...