From 6afc5e7278faaa8b51a4ae39e9bd3683c3419bb9 Mon Sep 17 00:00:00 2001 From: "ms.brown" Date: Tue, 7 Oct 2025 00:25:57 +0900 Subject: [PATCH] tes --- circle_area.py | 1 + 1 file changed, 1 insertion(+) diff --git a/circle_area.py b/circle_area.py index 513d6f7..abeb8ac 100644 --- a/circle_area.py +++ b/circle_area.py @@ -4,3 +4,4 @@ print("This program will calculate the area of a circle.") radius = float(input("What is the circle's radius? ")) +print()