240 发简信
IP属地:福建
  • python学习的第四天

    import requests import re from lxmlimport html import pandasas pd from m...

  • python学习的第三天

    matplotlib 导入 from matplotlibimport pyplotas plt from wordcloudimport Wo...

  • python学习的第二天

    GUI界面 导入turtle as 是给起一个别名 import turtle as t 设置画笔的大小10px t.pensize(10) ...

  • python学习的第一天

    ·# 单行注释 ·a, b = b, a · 交换两个变量input()内置函数 判断语句 if 要满足的条件: 满足条件要执行的事情 el...