对于python的帮助,要是如果是非方法,可以使用如同help(“keywords”),help("if")来找到帮助;

如果是方法或者类,直接可以使用help(tkinter),help(tkinter.Lable.pack)这样的方式来寻找到帮助。在python3之中。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-05-31
  • 2021-06-25
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案