Python Integers

From NovaOrdis Knowledge Base
Revision as of 05:02, 18 June 2022 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

Whole numbers, expressed as numeric constants that do not contain a decimal point.

x = -20
type(x)
<class 'int'>

Bases

IPy Bases Page 26.

Organizatorium