bla bla blablablabla.hashnode.devยทSep 28, 2023Basics of pythonprint("Hello World !") if_else.py score = int(input("Enter your score: ")); if score >= 40 : print("Good score!"); elif score <= 30: print("Try again!"); elif score in range(31, 39) : print("average score!"); else: print("Enter valid integer!");...PythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.