Sofya_Soloveva_

Untitled

Jul 4th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. s = input()
  2. w = s.find(' w')
  3. s = s[w+1:-1]
  4. p = s.find(' ')
  5. s = s[0:p]
  6. print(s)
Advertisement
Add Comment
Please, Sign In to add comment