From b7c8ab23d545e003efaaca0ccd5ef4c1f88c87cc Mon Sep 17 00:00:00 2001 From: Guduly <133545858+Guduly@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:09:29 -0500 Subject: [PATCH] Update arc_length.py Wrote the output of testcase --- maths/arc_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maths/arc_length.py b/maths/arc_length.py index 9e87ca38c..94d5f440e 100644 --- a/maths/arc_length.py +++ b/maths/arc_length.py @@ -12,4 +12,4 @@ def arc_length(angle: int, radius: int) -> float: if __name__ == "__main__": - print(arc_length(90, 10)) + print(arc_length(90, 10)) # --> 15.7079632679