Tagged: Strings in Python

Python Strings 1

Strings in Python

We deal with a lot of text every day such as ‘Hi’, ‘Hello’, ‘Python’, names of people, and so on. In Python, these are called strings. In this article, we...