Files
hoot100/sort-list/solution.py

4 lines
78 B
Python

# https://leetcode.cn/problems/sort-list/
if __name__ == "__main__":
pass