提交 9ed5dfc4 编写于 作者: 盼小辉丶's avatar 盼小辉丶

上传新文件

上级 40ae4122
import matplotlib.pyplot as plt
data = [10, 15, 30, 20]
sum_data = sum(data)
plt.pie(data / sum_data)
plt.show()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册