Understanding Strings In Python
The string module contains a number of useful constants and classes, as well as some deprecated legacy functions that are also available as methods on strings.
Strings are amongst the most popular types in Python. We can create them simply by enclosing characters in quotes. Python treats single quotes the same as double quotes. Creating strings is as simple as assigning a value to a variable.


























No Comment to " Understanding Strings In Python "