Computer Science, asked by rakhiballu143, 3 months ago

Write a program to perform the following task using mathematical

functions;

i). Store a number -32 and convert it to a positive number and print.


Answers

Answered by venki5665
0

Answer:

a= int(input("enter the negative no.:"))

b=a*-1

print(b)

Similar questions