Hashable Objects in Python

An object is considered hashable if it has a hash value which never changes during its lifetime i.e. it's immutable, and it can be compared to other objects.In Python, integer, boolean, string, & ...
0 Read More

Why None?

names = ["Eren", "luffy", "goku"] print(names.sort()) Output: None Why the sort method can't sort the list?...
0 Read More

Woliyu Note

Woliyu Note
Sun March 16/2025 Thi is my first day to join the DEV community. It might be history. just record it. Thanks all the DEV Community!!...
0 Read More