5. How many string types does Python support ? How are they different from one another ?
Python supports two string types, single quoted strings and double quoted strings. They have no particular difference in python.
5. How many string types does Python support ? How are they different from one another ? Read More »