Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created March 27, 2022 10:39
Show Gist options
  • Save fatosmorina/7c3bcc72542ef8f27cce4864f16c6034 to your computer and use it in GitHub Desktop.
Save fatosmorina/7c3bcc72542ef8f27cce4864f16c6034 to your computer and use it in GitHub Desktop.
maxium_score = max(grades, key=lambda k: grades[k])
print(maxium_score) # math
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment