0
The code will print the following
Your score is 0 and your height is 1.
0 Comments
#Use f string score = 0 height = 1.8 isWinning = True #f-string print(f"Your score is {score} and your height is {height} and you are {isWinning}")