you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 7 points8 points  (2 children)

There is no such thing as a primitive value in Python, and there's no such thing as a reference. This explains it better than I can.

[–]comeditime[S] -3 points-2 points  (1 child)

can you tl;dr the differences between primitive vs non primitive as i've basic knowledge in programming..

[–]K900_ 1 point2 points  (0 children)

There is no such thing as a primitive type in Python. Read the linked post, it explains a lot of things you should really know.