Skip to content

Commit

Permalink
Otavio Cardoso e Vinicius Garcia
Browse files Browse the repository at this point in the history
  • Loading branch information
dojorio committed Mar 11, 2020
1 parent de43c16 commit 753f906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2020/20200311 - poker - python/dojo.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Qua Mar 11 19:58:50 BRT 2020 - Otavio Cardoso e Vinicius Garcia
Qua Mar 11 20:04:14 BRT 2020 - Vinicius Garcia e Otavio Cardoso
Qua Mar 11 20:09:30 BRT 2020 - Otavio Cardoso e Vinicius Garcia
Qua Mar 11 20:15:22 BRT 2020 - Vinicius Garcia e Otavio Cardoso
Qua Mar 11 20:21:01 BRT 2020 - Otavio Cardoso e Vinicius Garcia
1 change: 1 addition & 0 deletions 2020/20200311 - poker - python/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def sort_hand(hand):
card[0] = int(value)

splited.sort()
values = {v:k for k, v in values.items()}

for card in splited:
value = card[0]
Expand Down

0 comments on commit 753f906

Please sign in to comment.