sunage001 发表于 2018-8-15 08:28:07

python命令行tab实例小妙招

$ python  
Python 2.7.5 (default, Nov 20 2015, 02:00:19)
  
on linux2
  
Type "help", "copyright", "credits" or "license" for more information.
  
>>> import tab
  
>>> s='abc'
  
>>> s
  
s            setattr(       sorted(      str(         super(
  
set(         slice(         staticmethod(sum(
  
>>>
页: [1]
查看完整版本: python命令行tab实例小妙招