Commit 8f985aa3 by BellCodeEditor

save project

parent b8b822f7
Showing with 12 additions and 6 deletions
from pyecharts.charts import Bar import turtle
bar=Bar() pen=turtle.Pen()
bar.add_xaxis(["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"])
bar.add_yaxis("月商品销售表",[1,1,11,1,1,1]) distance=1
bar.render() for i in range(300):
\ No newline at end of file pen.forward(distance)
distance+=1
pen.right(91)
pen.hideturtle()
for i in range(1,10,2)
print(i)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment