Skip to content

Rishipraja/Square-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Square-root

python program to find square root

num=int(input("enter the num 1 =")) squareroot = num ** (1/2) print("squaer root value",squareroot)

About

python program to find square root

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published