🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제25
/
✔️
답안
✔️
답안
def solution(n): return n * n * 3.14 print(solution(int(input()))