Beautiful rehearsal take. Thanks for sharing it. #practice
@YingHuaHuang883 сағат бұрын
Thanks! ☺
@YingHuaHuang883 сағат бұрын
As a PyNewb, let me share a bit of code too: 😆 --- praise = input(“What do you think of my playing? :3 ”) print(“ Choose a response:”) print(“1. Not Bad!”) print(“2. Quite Good!”) print(“3. Belissimo!!”) choice = input(“Enter the number of your choice: ”) responses = {“1”: “Not bad!”, “2”: “Quite Good!”, “3”: “Belissimo!!”} response = responses.get(choice)