Skip to content

Commit

Permalink
Merge pull request #16 from MariyaNazarova/main
Browse files Browse the repository at this point in the history
Update max.py
  • Loading branch information
DanteOnline authored Mar 21, 2024
2 parents 3d99ac3 + 6f98f41 commit aaea9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculator/max.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def maximum(a, b):
"""
Max function
Between a and b
Between a and a
"""
return max(a, b)

0 comments on commit aaea9b4

Please sign in to comment.