def reverse(s): · _str = "" · for i in s: · _str = i + _str · return _str · string = "C# Corner" ...
確定! 回上一頁