float(2.2)
(2.2)
import math
math.round
round
round(2.2)
round(2.6)
int == int
int == float
exit()
