Follow along with the video below to see how to install our site as a web app on your home screen.
ملاحظة: This feature may not be available in some browsers.
السمعة:
السمعة:
السمعة:
السمعة:
def main():
A = input( " What is your programming languge ? :")
if A == "python".lower or "python".upper or "Python" :
print("Cool, and I Love Python")
else:
print("you love " + A + " ,but i love Paython")
if __name__ == '__main__':main()