Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 24, 2021 01:03
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/8aa6ed49971f1f07ef13b44ad5ea6b76 to your computer and use it in GitHub Desktop.
Save parzibyte/8aa6ed49971f1f07ef13b44ad5ea6b76 to your computer and use it in GitHub Desktop.
primera_linea = input().split(" ")
examenes = int(primera_linea[0])
examenes_recordados = int(primera_linea[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment