Advertisement
Vanchella

[Python]big_number_lover

Dec 4th, 2019
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. numbers = input().split()
  2.  
  3. numbers.sort(reverse=True)
  4.  
  5. print(''.join(numbers))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement