Yonnyyonny.yoning.com·Jul 27, 20242024-07-27: Guess the Numberimport random # randomly select a number in 1 ~ 100 number = random.randint(1, 100) # print(number) print("Welcome to the Number Guessing Game! \nI am thinking a number between 1 to 100.") level = input("Choose a difficulty level. Type 'easy' or 'h...#KeepCoding100DaysAdd a thoughtful commentNo comments yetBe the first to start the conversation.