Skip to content

Commit

Permalink
Vinicius garcia e venancio mota
Browse files Browse the repository at this point in the history
  • Loading branch information
dojorio committed Mar 4, 2020
1 parent 44a6862 commit 6d2d632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2020/20200304 - miojo - python/dojo.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Qua Mar 4 20:17:37 BRT 2020 - venancio mota e Otavio Cardoso
Qua Mar 4 20:24:37 BRT 2020 - Vinicius garcia e venancio mota
Qua Mar 4 20:29:56 BRT 2020 - Otavio Cardoso e Vinicius garcia
Qua Mar 4 20:35:39 BRT 2020 - venancio mota e Otavio Cardoso
Qua Mar 4 20:41:08 BRT 2020 - Vinicius garcia e venancio mota
3 changes: 3 additions & 0 deletions 2020/20200304 - miojo - python/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ def miojo(temp_1, temp_2):
if temp_1 == 2:
return temp_2

if temp_1 > temp_2:
return temp_1

return 3

0 comments on commit 6d2d632

Please sign in to comment.