Fun with Fantastic String Data Type in Python
As we have seen in the previous blog, the string is a sequence of characters. We can store any kind of data in this data type. For example, name, address, URL, tokens or any other type of data.
1. Reverse the Verse using Slice Operator
In this exerc...
coding.sahilfruitwala.com9 min read