Posts for Md Niaz Rahman Khan

Niaz is a professional full-stack developer as well as a thinker, problem-solver, and writer. He loves to share his experience with his writings.

How to compare strings in Python

In this article, you are going to learn about how to compare strings in Python. In general, a string is nothing but a sequence of multiple characters. In the Python programming language, strings are an array of bytes that represent Unicode characters. In the journey of development, we often need to work with strings and […]

February 1, 2022 in Code examples & Python