240 发简信
IP属地:北京
  • Python学习记录 - 操作列表

    Python学习记录 - 操作列表 注意避免缩进错误 创建数字列表使用函数 range()for value in range(1,5): ...