define python string code example Example 1: pyhon string a = "Hello" print(a) Example 2: Python Strings print("Hello")