Python Compiler : Python

a = "This is String" #display a: print(a) #display the data type of a: print(type(a))