python如何查找内置库函数、外部库函数的具体使用方法?
python如何查找内置库函数、外部库函数的具体使用方法?菜鸟一枚,刚开始看python,一头雾水! https://docs.python.org/zh-cn/3/library/ 查询库帮助,在import库之后,输入help(库名称),如:help(turtle)
查询某函数xx的方法 help(turtle.xx),例如help(turtle.home) w3c
https://www.w3cschool.cn/python/python-continue-statement.html
cookbook 给二楼点赞 感谢楼上各位! 查看已经安装的库命令:pip list
搜索想要的库:https://pypi.org/
页:
[1]