Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 250 Bytes

integer.md

File metadata and controls

4 lines (2 loc) · 250 Bytes

integer

An integer is a data type, like string, list, boolean, and float. It signifies any value that is a whole number. You can check if a value is an integer with the type() function, passing the value as an argument within the parenthesis.