09 2021 档案

摘要:第二周知识点总结¶ In [30]: from random import choice from random import randrange from random import seed from random import random 1、随机选择¶ (1)choice¶ In [4]: 阅读全文
posted @ 2021-09-02 23:38 企小鹅同学、 阅读(69) 评论(0) 推荐(0)
摘要:【常见报错】¶ 1、缩进不一致¶ IndentationError: unindent does not match any outer indentation level IndentationError: unexpected indent 第一周知识点总结¶ In [1]: #检查python 阅读全文
posted @ 2021-09-02 23:37 企小鹅同学、 阅读(72) 评论(0) 推荐(0)