Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Mar 11, 2024
1 parent d95ead5 commit dd75a49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions newfile.js

This file was deleted.

5 changes: 1 addition & 4 deletions testfile.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Python Program to calculate the square root

# Note: change this value for a different result
num = 8

# To take the input from the user
#num = float(input('Enter a number: '))

num_sqrt = num ** 0.5
prin('The square root of %0.3f is %0.3f'%(num ,num_sqrt))

print'The square root of %0.3f is %0.3f'%(num ,num_sqrt))

0 comments on commit dd75a49

Please sign in to comment.