Initial commit

This commit is contained in:
2024-02-09 16:08:05 +00:00
commit 73313f5302
8 changed files with 116 additions and 0 deletions

6
circle_area.py Normal file
View File

@@ -0,0 +1,6 @@
# circle_area.py
# --------------
# By MWC Contributors
print("This program will calculate the area of a circle.")
radius = float(input("What is the circle's radius? "))