Add a description, image, and links to the codetantra-python topic page so that developers can more easily learn about it.
Strings in python are represented with prefixing and suffixing the characters with quotation marks (either single quotes (') or double quotes (")). Characters in a string are accessed using an index ...