♦ Python Strings
♣ About Python Strings
Python Strings are n-dimensional character array arranged in order.Strings are initialized by " " or ' ' or ''' '''.
♣ Example1: Single-Line String in Python
Statements, Questions, Names which are mostly single-lined can be converted into Python string. Example
Input: String assignment in one line
Output:
♣ Example2: Multi-Line String in Python
Multi-Line string can be used for storing large data in a variable. Example
Input: String assignment in Multiple Lines
Output: