#python-beginner
Read more stories on Hashnode
Articles with this tag
HelloWorld.py ยท print("Hello World !") if_else.py score = int(input("Enter your score: ")); if score >= 40 : print("Good score!"); elif score <= 30: ...