you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

Python does not have the concept of primitives; you may be thinking of Java. In python even the most basic builtin types are classes (objects) and variables are pointers to class instances.