
x = round(32.7)

print 'x is now : ', x

print str(type(x))

print type(x).__name__