Files
lab_names/circle_area.py
Chris Proctor 1c25d918f5 Initial commit
2023-07-15 17:09:31 -04:00

7 lines
171 B
Python

# 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? "))