Create 3 - Pizza Circles.py

This commit is contained in:
Lukas Baumann 2021-02-18 18:42:26 +01:00 committed by GitHub
parent 7c293b4218
commit 29dbb82c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
from math import pi
print(pi*float(input())**2)