Commit ac99158b by BellCodeEditor

save project

parent 852094f1
Showing with 6 additions and 3 deletions
95,92,94
with open("","w",encoding="utf-8") as csvfile:
import csv
data = [95,92,94]
with open("csv","w",encoding="utf-8") as csvfile:
writer=csv.writer(csvfile)
writer.writerRow()
\ No newline at end of file
writer.writerow(data)
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