Tagged: tuples

Friday Challenge #1

For the last five weeks I’ve been posting a weekly Python challenge on LinkedIn’s Python Developers Community. It is a bit of fun and a way to stretch the members and show them something...

Python tip: Assignment operators

How do you increase the value of a variable? Here are a few more operations: If you don’t know some of these operators (e.g. ** or //) check out the Python documentation. Notice how...