Answer: Here you go, change it however you like :)
Step-by-step explanation:
x = int(input("Enter number: "))
print(f"\\Square root: {x**(1./2.)}")
print(f"\\Cube root: {x**(1./3.)}")
6.0m questions
7.8m answers