a = "Deneme"
b = 42
c = 42.48
d = [1, "z", 13]
print(type(a),type(b),type(c),type(d))