Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Demonstrate usage of closures in Python #467

Closed AdityaKane2001 closed 2 years ago

AdityaKane2001 commented 2 years ago

@Chalarangelo

In this PR I have demonstrated a sleight of hand in Python. I use this trick on a daily basis to make my code more readable (See here for reference). This was also referenced in a tweet from Francois Chollet.

I would like to have this PR counted for Hacktoberfest. I hope this PR is something of value for the repo.

/cc @Trinityyi