I need to remove the first letter of a word and move it to the end, for example:
word = 'whatever'
# I want to convert it to 'hateverw'
So far I've tried this:
word[1:] # hatever
But how should I move the first letter to the end?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…