Computer Science, asked by aaryasancheti20, 6 months ago

write a program to input a number. evaluate and display the results based on the number entered by the user: a) absolute value of the number.
please do not spam
itz urgent
if u give correct answer I will mark as brainliest.​

Answers

Answered by bennylazarussopch9rk
1

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

print(abs(number))

Similar questions