How python trim whitespace in a string, It is our target to learn today. For a beginner it raises some questions. First of all, what is a whitespace? In the sense of computer programming whitespace or in other words space is also a character but visible to writer as a […]
Python String
Published on :In this post we will learn python string and many other useful concepts related to string. Like string with single quotes, double quotes or even with triple quotes, a variant of string know as raw string, python escape sequences and at the end we will discuss the Unicode with encoding […]