Ask 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

+1
Answers (1)
  1. 7 September, 14:59
    0
    print ("Enter the height in meters:")

    height = input ()

    print ("You are" + height)
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers