Skip to content

Commit 33d0186

Browse files
Update maximum_combination.py
1 parent 8ce3efc commit 33d0186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/maximum_combination.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Source: https://www.instagram.com/p/CG7kv65A6s1/?utm_source=ig_web_copy_link
33
4-
The following function accepts 2 positive integers and makes the first number as large as possible by swapping out its digits for digits in second numebr
4+
The following function accepts 2 positive integers and makes the first number as large as possible by swapping out its digits for digits in second number
55
>>> maximum_combination(9132,5564)
66
9655
77
>>> maximum_combination(523,76)

0 commit comments

Comments
 (0)