X = 33 #data type X is int (integer) Y = 'Siti' #data type Y is str (string) print (type(X)) print (type(Y))