Skip to content

Commit

Permalink
Z字形变换
Browse files Browse the repository at this point in the history
  • Loading branch information
uwivbn committed Aug 28, 2019
1 parent 957126c commit 614ba1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 6、Z字形变换/file_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 614ba1a

Please sign in to comment.