boris-vlasenko

62

Jan 13th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. a = input()
  3. p1 = a.find('с')
  4. p2 = a.find('Т')
  5. p = min(p1,p2)
  6. print(a[p])
Advertisement
Add Comment
Please, Sign In to add comment