Four ways to assign variables in Python

Within minutes of starting to learn Python, everyone learns how to define a variable. You can say: x = 100 and voila!  Your You have created a variable “x”, and assigned the integer value 100 to it.  It couldn’t be simpler than that. But guess what?  This isn’t the only way to define variables, let … Continue reading Four ways to assign variables in Python