Python Dictionary and Listing

后端 未结 0 1981
暗喜
暗喜 2021-02-19 06:40

I am completely lost, this is all I have so far:

file = open(\'grades.csv\')

file.readline()
file.readline()
file.readline()

grades = file.read()

student_dict          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题