python/clase_3/sets_diccionarios.py
2026-06-10 21:55:31 -03:00

5 lines
49 B
Python

numeros = {1, 2, 3, 4, 5, 5, 5}
print(numeros)