4 lines
No EOL
55 B
Python
4 lines
No EOL
55 B
Python
import math
|
|
|
|
def aireDisque(R):
|
|
return math.pi * R**2 |