Day 3: Strings and Lists
Introduction Strings and Lists are the two most data structures in Python. In this post, we will learn all the essential things about these two topics. String In Python, a string is a sequence of characters enclosed in quotes. You can use either single quotes (‘) or double quotes (“) to create a string. For … Read more