Commit 34ce7fa6 by BellCodeEditor

save project

parent 7192aed6
Showing with 2 additions and 3 deletions
...@@ -6,5 +6,4 @@ with open("report.csv","r",newline='',encoding="utf-8") as csvfile: ...@@ -6,5 +6,4 @@ with open("report.csv","r",newline='',encoding="utf-8") as csvfile:
pl=0 pl=0
for i in range(1,len(data)): for i in range(1,len(data)):
pl+=int(data[i][2]) pl+=int(data[i][2])
pl=pl/(len(data)-1) print(pl)
print(int(pl*10)/10) \ No newline at end of file
\ 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