Problem H: [Python]변수와 입력 - 자가진단 4

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

Description

다음 두 값을 변수에 저장하고 곱셈 계산식을 출력하는 프로그램을 작성하라. 추의 무게 = 49 , 중력의 비율 = 0.2683

Sample Output Copy

49 * 0.2683 = 13.1467