Advertisement
NOBLE-_-MAN

1.2

Dec 2nd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. string = input()
  2. mid = len(string)//2-1
  3. strout = string[mid+1:]+string[:mid+1]
  4. print(strout)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement