From d24ced4c5ae93175f5bca5b46407342a37e7e96a Mon Sep 17 00:00:00 2001 From: aadeyemiadl <147636785+aadeyemiadl@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:04:23 -0400 Subject: [PATCH] Update testfile.py --- testfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testfile.py b/testfile.py index fbbe09e6..f2e78f78 100644 --- a/testfile.py +++ b/testfile.py @@ -7,5 +7,5 @@ #num = float(input('Enter a number: ')) num_sqrt = num ** 0.5 -print('The square root of %0.3f is %0.3f'%(num ,num_sqrt)) +prin('The square root of %0.3f is %0.3f'%(num ,num_sqrt))