day6 full

This commit is contained in:
2026-02-03 19:02:00 -06:00
parent 64db8b6993
commit 104f56cb40

View File

@@ -1,3 +1,5 @@
# Parte 1
tupla = ()
hmnos = ("Juanito",)
hmnas = ("Ana",)
@@ -11,7 +13,7 @@ miembs_fam = sibs
print(miembs_fam)
# PT2
# Parte 2
hermanos, hermana, *padres = miembs_fam
print(hermanos, hermana, padres)