Files
hoot100/remove-nth-node-from-end-of-list/solution.py

4 lines
101 B
Python

# https://leetcode.cn/problems/remove-nth-node-from-end-of-list/
if __name__ == "__main__":
pass