coerce() returns a tuple containing the converted pair of numbers : Coerce : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Coerce »

 

coerce() returns a tuple containing the converted pair of numbers


print coerce(12)
print coerce(1.3134L)
print coerce(1134L)
print coerce(1j, 134L)
print coerce(1.23-41j, 134L)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Coerce