You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Crea una lista de longitud 5 que contengan tuplas de 2 elementos de números enteros. (e.g (10, 20) ) . Utilizando un ciclo for-each, imprime en consola las tuplas. Cada impresión en consola (Una por cada elemento) debe seguir el siguiente formato: ‘{first_element} - {second_element}’. La lista debe tener por nombre: my_list