diff --git "a/6\343\200\201Z\345\255\227\345\275\242\345\217\230\346\215\242/file_code.py" "b/6\343\200\201Z\345\255\227\345\275\242\345\217\230\346\215\242/file_code.py" index 6a26fe0..0fc8080 100644 --- "a/6\343\200\201Z\345\255\227\345\275\242\345\217\230\346\215\242/file_code.py" +++ "b/6\343\200\201Z\345\255\227\345\275\242\345\217\230\346\215\242/file_code.py" @@ -42,7 +42,6 @@ def convert(self, s: str, numRows: int) -> str: return ''.join([''.join(val) for val in arr_str.values()]) - if __name__ == "__main__": solution = Solution() string = 'LEETCODEISHIRING'