if len(str1) % 4 == 0: # If the length is divisible by 4, reverse the characters in 'str1' and join them together. return ''.join(reversed(str1)) # If the length of 'str1' is not divisible by 4, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results