Python treats a string as sequence of characters. Which means in the eyes of python, a string list of characters. Therefore to access a character in a string we must have to call it by its index number. Every Character in a String With the help of for loop we can print every character of […]