Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 232 Bytes

File metadata and controls

16 lines (14 loc) · 232 Bytes

Literal Syntax

int types can be simply initialized by using numeric values or obtained as a result of an expression.

Example

>>> 2
2
>>> 2+2
4
>>> 2**30
1073741824
>>> -1073741824
-1073741824