Answer:
import math
a=int(input("Enter a number: "))
y=(math.fabs(a))
print(math.sqrt(y))
Step-by-step explanation:
Got it right.
x=int(input("Enter a number: "))
print (math.sqrt(math.fabs(x)))
Hope this may helpful
If incorrect comment me
5.6m questions
7.4m answers