Commit a9b65c9e by BellCodeEditor

save project

parent c66dec35
Showing with 23 additions and 9 deletions
from pyecharts.charts import Bar file1=open(r'C:\Users\Administrator\Desktop\','w',encoding='utf-8'
file1.write('小兰: 12')
subjects = ["语文","数学","英语","地理","历史","政治","生物","化学","物理"] file1.close
scores = [88, 95, 96, 94, 62, 66, 64, 93, 89]
bar = Bar
bar.add_xaxis()
bar.add_xaxis("小美")
bar.render("123.html")
\ 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