Python Compiler : Python

a = str("This is a string value") #display a: print(a) #display the data type of a: print(type(a))