التقديم على بطاقة الرقم القومي

Egyptian = input("Are you Egyptian? Type 'yes' or 'no'.").lower()
if Egyptian == "yes":
  print("Good, that is the first step.")
  age = input("Are you above 18? Type 'yes' or 'no'.").lower()
  if age == "yes":
    print("you can have ID")
  else:
    print("Sorry, you have to be 18 or older.")
else:
  print("Sorry, an Egyptian ID is given only to Egyptians.")
3 إعجابات

جميل اخى بارك الله فيك :rose:

إعجابَين (2)

جزاك الله كل خير اخي الكريم

إعجاب واحد (1)

وإياكم أخى @Moham1 :sparkling_heart:

إعجاب واحد (1)