#Import math Library
import math
#Remove - sign of given number
print(math.fabs(-66.43))
print(math.fabs(-7))