157k views
2 votes
2.4 question 1 edhesive

User Fast Engy
by
4.7k points

2 Answers

2 votes

Answer:

import math

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

y=(math.fabs(a))

print(math.sqrt(y))

Step-by-step explanation:

Got it right.

User Noah Sheldon
by
5.0k points
3 votes

Answer:

Step-by-step explanation:

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

print (math.sqrt(math.fabs(x)))

Hope this may helpful

If incorrect comment me

User Korikulum
by
5.0k points