Skip to content

obbyishere/find-the-root-and-power-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

find-the-root-and-power-

x=int(input("plase write a number: ")) root= x**0.5

for i in range(6): pwr= root**i if pwr == x: print(pwr) break else: print("there's no perfect pwr") print(root)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published