I am trying to make a program which uses the root that a user defines, for example:
- User defines variable:
x = int(input("Enter a number"))
as 100 - User wants to find the fourth root of this number.
I have done research, but all I could find was sqrt(x)
Thanks