
if condition :
statement
elif condition :
statement
else :
#statement
name = input("enter your name : ")
age = int(input("enter your age"))
# == > < >= <= !=
# and or && ||
if name == "mohammed" or name =="ahmed":
print("hello , " , name)
if age > 30 :
print ("young")
elif name == "ali" and age >= 21:
print("hello , ",name,"age : ",age)
else :
print("wrong name")x

في عالمنا الرقمي الذي يتطور باستمرار، أصبح تطوير المتاجر الإلكترونية جزءًا أساسيًا من دعم الشركات والعلامات التجارية للوصول إلى جمهور أوسع وتحقيق النج…
Kayan Technology proudly participated in the grand opening of the IEEE branch at Amman Arab University, marking a significant milestone in fostering c…