-1

You have rotated a string 15 times to produce the output: ' Gdipit bt 15 ixbth! '. What was the original string before rotation?

BoyTonero
  • 1
  • 1
  • 1
    This looks like a homework assignment. Please check [homework questions](https://meta.stackoverflow.com/questions/334822/how-do-i-ask-and-answer-homework-questions) – hidralisk Jul 04 '19 at 18:17

2 Answers2

1

You will need to use ROT13 and put the -15 amount to get the answer for Gdipit bt 15 ixbth! and your asnwer should get

Rotate me 15 times!

Sal
  • 11
  • 1
0

it looks like homework indeed ;)

Look here to read something about rotation: Efficient way to shift a list in python

Raphael
  • 1,731
  • 2
  • 7
  • 23