2.4 Code Practice: Question 1
Answers
Answered by
9
Answer:
import math
x=int(input("Enter a number: "))
print (math.sqrt(math.fabs(x)))
Explanation:
It might say error but when you check your code it will give you a 100 dont worry about that.
Answered by
1
Answer:
import math
x = int(input("Enter a number: "))
print (math.sqrt(math.fabs(x)))
Explanation:
Similar questions
Science,
2 months ago
English,
2 months ago
Physics,
2 months ago
English,
10 months ago
Computer Science,
10 months ago