E=10
D=2,47
C=5J
L="Hola"
print(type(E))
print(type(D))
print(type(C))
print(type(L))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: