Python Strings

In Python, a string is a sequence of Unicode characters. You can display a string literal with the print() function.

Code :