csc-python-solutions/07/b/3 - Pizza Circles.py
2021-02-18 18:42:26 +01:00

3 lines
48 B
Python

from math import pi
print(pi*float(input())**2)