Problem E: [Python]출력 - 자가진단 2-2

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:6

Description

다음과 같이 출력되는 프로그램을 작성하라.

Sample Output Copy

My height
170
My weight
68.6

HINT

소수를 출력하는 경우에도 print(68.6)로 써주면 된다.