tuoheng_algN/test/偏函数/__init__.py

5 lines
73 B
Python

import getopt
import keyword
print(keyword.kwlist)
print(getopt.__doc__)