Buildin Function Python Tutorial

print coerce(1, 2)
print coerce(1.3, 134L)
print coerce(1, 134L)
print coerce(1j, 134L)
print coerce(1.23-41j, 134L)