CATEGORY

Python

Python any() function Examples [Beginners]

Python any() function is a built-in function that works very similarly to OR logic gate. Learn how any() function works by taking examples of lists, tuples, …

By bashiralam · 10 min read · Python

Python filter() function Usage [10+ Examples]

python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …

By bashiralam · 14 min read · Python

Python Multiline Comments [Methods & Examples]

Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.

By bashiralam · 8 min read · Python

Python Reverse String Examples [5+ Methods]

python reverse string, how to reverse a string in python, how to reverse string in python, how to reverse a string python, python how to reverse a string, …

By bashiralam · 8 min read · Python