Need help with my python assesment

I’ve started my basic word game on python, and started the intro but idk how to actually create the word game. For the difficulty I can just change up the questions to harder ones. But does anyone actually know how to create the word guessing game? This is what I’ve got so far

print (“hello player”)
userName = input ("Enter your username and include 3 numbers? ")
print (“hello”, userName)

question = input ("what difficulty do you want to play level 1,2,3? ")

if “1” in question.lower():

Well, what are the rules for the game?

Hi Karl,
The rules would be a simple 5 guesses with hints

That isn’t anywhere close to enough information to write a program.