I'm not sure if this is the correct way to do it, but it worked for me. def reverse(text): num = len(text) - 1 rev = for i in range(-1, num):
確定! 回上一頁