Advertisement
InnaSibirova

Антон Турчаков - Урок 1. Задание 3.

Oct 30th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. text = str(input())
  2. a = sorted(text.split())
  3. print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement