Next:
issubclass()
Up:
Built-in Functions
Previous:
int(), float(), str()
Contents
Index
int(), round()
In [9]: int(3.9) Out[9]: 3 In [10]: round(3.9) Out[10]: 4.0