Created
April 10, 2020 07:32
-
-
Save futahei/2fc97b586a19eb9258948cda1a65f69e to your computer and use it in GitHub Desktop.
2020大規模データ処理法選抜課題
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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