print("Python Height Calculator")
msg = input("Enter your height:")
print("Your height: " + msg)
Python Height Calculator
Your height: 186