tuoheng_algN/test/偏函数/__init__.py

5 lines
73 B
Python
Raw Normal View History

2025-01-21 09:26:34 +08:00
import getopt
import keyword
print(keyword.kwlist)
print(getopt.__doc__)