Skip to content

Instantly share code, notes, and snippets.

@futahei
Created April 10, 2020 07:32
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 futahei/2fc97b586a19eb9258948cda1a65f69e to your computer and use it in GitHub Desktop.
Save futahei/2fc97b586a19eb9258948cda1a65f69e to your computer and use it in GitHub Desktop.
2020大規模データ処理法選抜課題
num = [3, 5, 1, 2, 4]
num.sort(reverse=True)
for n in num:
print(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment