Python Basics 5 - Strings
What are Python strings?
String is an object that consist of letters, special characters, spaces, digits enclosed in double quotation marks ("...") or single quotes ('...'). In Python, strings are immutable, which means that once you create a string,...
aayushsinha.hashnode.dev6 min read