csc-python-solutions/07/b/3 - Pizza Circles.py

3 lines
48 B
Python
Raw Normal View History

2021-02-18 17:42:26 +00:00
from math import pi
print(pi*float(input())**2)