Ask Question
5 February, 23:03

Write python code that prompts the user to enter his or her height and assigns the user's input to a variable named height

+1
Answers (1)
  1. 6 February, 02:02
    0
    print ("Enter the height in meters:")

    height = input ()

    print ("You are" + height)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write python code that prompts the user to enter his or her height and assigns the user's input to a variable named height ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers