Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created November 14, 2021 09:20
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 fatosmorina/2a6be43b6612003cc20baffe1b5e161e to your computer and use it in GitHub Desktop.
Save fatosmorina/2a6be43b6612003cc20baffe1b5e161e to your computer and use it in GitHub Desktop.
print(heapq.nsmallest(3, scores)) # [15, 33, 33]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment