Problem G: [Python]변수와 입력 - 연습문제 4

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

Description

화면에 다음과 같이 출력하는 프로그램을 작성하시오. 

Sample Output Copy

원주 = 5 * 2 * 3.14 = 31.4
넓이 = 5 * 5 * 3.14 = 78.5

HINT

r * 2 * pi = 31.400000000000002 로 출력된다.