3 lines
48 B
Python
3 lines
48 B
Python
from math import pi
|
|
print(pi*float(input())**2)
|
from math import pi
|
|
print(pi*float(input())**2)
|