首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
助兴专题
用 Python 画个月饼,给大家助助兴
中秋节到了,祝大家中秋节快乐!用 Python 画个月饼,给大家助助兴。 效果图 依赖项 pip install numpypip install matplotlib 源代码 需要下载字体文件 Alibaba-PuHuiTi-Medium.ttf,回复「月饼」获取。 from numpy import sin, cos, piimport matplotlib.pyplot as plt
阅读更多...