Skip to content

Commit fffff30

Browse files
Merge pull request #2 from cjunaid592-crypto/cjunaid592-crypto-patch-1
Implement square root calculation ...
2 parents a99816d + 8196f54 commit fffff30

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#important math
2+
3+
if:
4+
print(input(math.sqrt(25)))
5+
6+
else:
7+
output= 5.0
8+
9+
10+
11+
12+

0 commit comments

Comments
 (0)