Home
Press ? for keyboard navigation
❮
Words and punctuation matter!
String vs int
❯
Types matter to Python (a bit)
Python differntiates between strings, integers, and floating point numbers.
"2" is not the same as 2
"3.14" is not the same as 3.14
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)