🐍Ever tried customizing an int object in Python? But... it's immutable! So how do you change its value on creation? 👇 Here's a trick using the __new__ magic method: #Python #PythonCode #Coding #Programming #CodeNewbie #100DaysOfCode