Commit eb8fa011 by BellCodeEditor

auto save

parent e67089c0
Showing with 0 additions and 2 deletions
...@@ -6,6 +6,5 @@ data = [["姓名", "语文", "数学", "英语"], ...@@ -6,6 +6,5 @@ data = [["姓名", "语文", "数学", "英语"],
with open("scores.csv","r",encoding="utf-8") as a: with open("scores.csv","r",encoding="utf-8") as a:
a_csv = csv.render(a) a_csv = csv.render(a)
print(a_csv)
a_csv = list(a_csv) a_csv = list(a_csv)
print(a_csv) print(a_csv)
\ 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