Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/uso.py Secret

Created March 17, 2021 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/25d1036e3e204d1dcd7539e9285f46a0 to your computer and use it in GitHub Desktop.
Save parzibyte/25d1036e3e204d1dcd7539e9285f46a0 to your computer and use it in GitHub Desktop.
lista = [1, 2, 3, 4, 5, 6, 7, 8, 9]
lista_mezclada = mezclar_lista(lista)
print("Lista original: ")
print(lista)
print("Lista aleatoria: ")
print(lista_mezclada)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment