Post

PyBerry Tech 🐍🍓
PyBerry Tech 🐍🍓@PyBerryTech·
@Python_Dv One tiny tip I always share with beginners: remember that most list methods (append, extend, pop, remove, sort, reverse) modify the list **in-place** and return None, so chaining like `my_list.append(1).sort()` will give you surprises 😅 Thanks for sharing!
English
0
0
0
111
Paylaş