Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 23, 2020 21:29
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/d27d3f689947564c5999cafdcec51712 to your computer and use it in GitHub Desktop.
Save parzibyte/d27d3f689947564c5999cafdcec51712 to your computer and use it in GitHub Desktop.
juegos = [
{
"nombre": "Resident Evil 2",
"calificacion": 99,
},
{
"nombre": "Crash Bandicoot N. Sane Trilogy",
"calificacion": 76,
},
{
"nombre": "Cuphead",
"calificacion": 100,
},
{
"nombre": "Minecraft",
"calificacion": 80,
},
{
"nombre": "Bioshock",
"calificacion": 95,
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment