Chapter -3 :> String Manipulation
Now, we are going to talk about String Manipulation. In most Programming languages, basic part is how we can print strings, which is fundamental and important part.
Ok, let’s see
Open up python shell
>>> 'Hello,Guys''Hello,Guys'
Python will show up that...