天天看點

[Python] Find available methods and help in REPL

For example you want to know what methods are available in Python for String, you can do :

Output:

Now for example, we want to see How to use 'swapcase' method:

It will show example and description about the method, which is very useful

下一篇: 4操作符