This commit is contained in:
ms.brown
2025-10-07 00:25:57 +09:00
parent 120ca5427e
commit 6afc5e7278

View File

@@ -4,3 +4,4 @@
print("This program will calculate the area of a circle.")
radius = float(input("What is the circle's radius? "))
print()