|
发表于 2020-6-4 20:12:26
|
显示全部楼层
- >>> help(this)
- Help on module this:
- NAME
- this
- MODULE REFERENCE
- https://docs.python.org/3.8/library/this
-
- The following documentation is automatically generated from the Python
- source files. It may be incomplete, incorrect or include features that
- are considered implementation detail and may vary between Python
- implementations. When in doubt, consult the module reference at the
- location listed above.
- DATA
- c = 97
- d = {'A': 'N', 'B': 'O', 'C': 'P', 'D': 'Q', 'E': 'R', 'F': 'S', 'G': ...
- i = 25
- s = "Gur Mra bs Clguba, ol Gvz Crgref\n\nOrnhgvshy vf o...bar ubaxvat ...
- FILE
- c:\users\34175\appdata\local\programs\python\python38\lib\this.py
复制代码 |
|