AnnaVolkova

Untitled

Jul 13th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. t=str(input())
  2. i=t.find(' w')
  3. t1=t[i+1:]
  4. f=t1[:t1.find(' ')]
  5. print(f)
Add Comment
Please, Sign In to add comment