914
contributi
(→Booleani: sistemo) |
(→Interi) |
||
Riga 1: | Riga 1: | ||
== Interi == | == Interi == | ||
Gli interi sono... numeri interi :) | |||
Quelli delle scuole elementare, per intenderci, ma anche quelli negativi. | |||
<pre> | |||
>>> type(0) | |||
<class 'int'> | |||
>>> type(1) | |||
<class 'int'> | |||
>>> type(100000000) | |||
<class 'int'> | |||
>>> type(-6) | |||
<class 'int'> | |||
</pre> | |||
== Booleani == | == Booleani == |
contributi