PYTHON STRING MANIPULATION
PYTHON STRING MANIPULATION PYTHON STRING VARIABLES Variables are the container that store sting values. Actually it is a name given to a memory location where the string value is stored .The advantage of using a variable is if we change the value stored in the variable then it will change all the dependent values where …