Python Shorthand Techniques That Will Save Your Time

Python shorthand techniques that every developer should know

Pralabh Saxena
Level Up Coding
Published in
4 min readDec 14, 2021

--

Photo by Roman Shilin on Unsplash

In this article, I’ll share some python shorthand methods and techniques that can be used to solve day-to-day problems in Python. Let’s get started!

1. Swapping Two Values

--

--