Python Integers: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
=Bases=
=Bases=
<font color=darkkhaki>[[IPy]] Bases Page 26.</font>
<font color=darkkhaki>[[IPy]] Bases Page 26.</font>
=Organizatorium=

Revision as of 05:02, 18 June 2022

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