Blog

Cuál es la salida del siguiente código?

tup = tuple(“hello”)
a, b, c, d = tup
print(tup)