@@ -0,0 +1,6 @@
"""
Introdução ao desempacotamento + tuplas (tuple)
nome1, *_ = 'Maria', 'Helena', 'Luiz'
a, b, c = 1, 2, 3
print(a, b, c)
The note is not visible to the blocked user.