python备忘

常用语法技巧等

  1. 断点:import pdb; pdb.set_trace()
  2. 运行语句:python -c "import django; print(django.get_version())"

你可能感兴趣的:(python)