Python Demo
Python Code
Output
#A demo of print function str_a = ("Displaying string variable") print (str_a)