first group of challenges
This commit is contained in:
5
challenges27-34/challenge-031.py
Normal file
5
challenges27-34/challenge-031.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import math
|
||||
|
||||
radius = float(input('Enter circle radius : '))
|
||||
area = math.pi * (radius**2)
|
||||
print(area)
|
||||
Reference in New Issue
Block a user