摘要:
缩进 * 不要使用 tab 缩进 * 使用任何编辑器写 Python,请把一个 tab 展开为 4 个空格 * 绝对不要混用 tab 和空格,否则容易出现 IndentationError 空格 * 在 list, dict, tuple, set, 参数列表的 , 后面加一个空格 * 在 dict 阅读全文
摘要:
1.教程 https://www.jianshu.com/nb/34821679 2 https://www.runoob.com/django/django-tutorial.html 3 https://edu.csdn.net/notebook/python/week04/4.4.html 4 阅读全文