Skip to content

Commit

Permalink
Update testfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aadeyemiadl authored Mar 11, 2024
1 parent d526f32 commit d24ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit d24ced4

Please sign in to comment.