Initial commit
This commit is contained in:
5
python/areacircle.py
Normal file
5
python/areacircle.py
Normal file
@@ -0,0 +1,5 @@
|
||||
pi = 3.14159
|
||||
|
||||
r = 10
|
||||
|
||||
print(pi * r ** 2)
|
||||
Reference in New Issue
Block a user