Blog

What is the output of the below code?

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