ConvertQCM/C1/vs/q63_68.py
2025-08-26 18:38:28 +02:00

4 lines
No EOL
55 B
Python

import math
def aireDisque(R):
return math.pi * R**2