Skip to content

Commit

Permalink
Merge pull request #1 from outself/new
Browse files Browse the repository at this point in the history
remove business logic
  • Loading branch information
korzhenevski committed Sep 1, 2019
2 parents 9e8e78d + b65ec66 commit c8b2dd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ def sort_array(arr):

def max_value(a, b):
return a if a > b else b


print(max_value(2, 6))

0 comments on commit c8b2dd5

Please sign in to comment.