Files

4 lines
101 B
Python

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