Advertisement
InnaSibirova

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

Oct 30th, 2018
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. i = 0
  2. while i < 1:
  3.     text = str(input())
  4.     a = text.upper()
  5.     print(a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement