Tag Archives: integer

Variable Types in Python

Table of Contents for this Page Common Variable types Python’s built in [crayon-69cf79e1c8cb5074922009-i/] function Naming Conventions for Variables (snake vs camel case) Python supports the basic types of variables that  you would expect from a general purpose language. These are listed below. Number floating point  integer String (more here) Boolean List (more on lists here) Dictionary Tuple Example … Continue reading Variable Types in Python →