smriteetamang54
smriteetamang54 smriteetamang54
  • 11-03-2021
  • Computers and Technology
contestada

write a program to input a number and display it's square root and cube root​

Respuesta :

TJC07
TJC07 TJC07
  • 11-03-2021

Answer: Here you go, change it however you like :)

Explanation:

x = int(input("Enter number: "))

print(f"\nSquare root: {x**(1./2.)}")

print(f"\nCube root: {x**(1./3.)}")

Answer Link

Otras preguntas

An ant is on top of a tree 2323 meters tall, directly above her home, which is 0.30.3 meters below the ground. Which of the following expressions represents the
Recent evidence suggests that in addition to its role a sensory integration and relay station _____ plays a key role in regulating levels of awareness.
Of the following statements, which best describes the lives of nomadic hunter-gatherers?
write the equation of a line passing through (5,-3) with a slope of 3/8
Which of the following shows a circle circumscribed about a triangle?
The vertex of a parabola is at (-2,4) and the x-intercepts are at -6 and 2. Determine the domain and range of the function. a. D: all real numbers R: all r
Three friends decide that they each want to be able to buy a new car in 5 years. Staci puts $3,000 in a savings account with a simple interest rate of 5.5%. C
does 25/60 and 8/20 form a proportion ?​
2Na + 2H2O → 2NaOH + H2 During a laboratory experiment, a certain quantity of sodium metal reacted with water to produce sodium hydroxide and hydrogen gas. What
Can somebody please help me???