Buildin Function Python Tutorial

print complex(4)
print complex(2.4, -8)
print complex(2.3e-10, 45.3e4)