Python Basics: Variables, Literals and Constants π
Howdy, thanks for checking out this Python beginners article! π If you haven't read Part 1 in this series, you can check it out here!
But, if you've already read Part 1...
LET'S GET ROLLIN'! π
Check out the Table of Contents below to see what...
lay.codes6 min read
Harish Bisht
In python variables are references to memory locations. They points to the memory locations that holds the data.