# Assuming x is an int long(x) # This can be done backwards, such as: int(x) # Keep in mind, if the long is to large for an int, it will be kept as a long. # Another conversion includes: float(x)
>>> 1 + 2.0 3.0