摘要:第二周知识点总结¶ In [30]: from random import choice from random import randrange from random import seed from random import random 1、随机选择¶ (1)choice¶ In [4]:
阅读全文
摘要:【常见报错】¶ 1、缩进不一致¶ IndentationError: unindent does not match any outer indentation level IndentationError: unexpected indent 第一周知识点总结¶ In [1]: #检查python
阅读全文