解锁式学习
1人加入学习
(0人评价)
Python基础知识学习
价格 免费
该课程属于 949-刘同学-python方向-python数据分析-就业:否 请加入后再学习

scores = [88,99,77,55]

 

def write_scores():

    with open('data_list.txt','w',encoding = 'utf8') as f:

        f.write(str(scores))

    print('文件写入完成...')

 

def read_scores():

    with open('data_list.txt','r',encoding = 'utf8') as f:

        lst = eval(f.read())

 

if __name__ =='__main__':

    write_scores()

[展开全文]

授课教师

高级算法工程师
老师

课程特色

视频(61)
考试(14)
练习(12)

最新学员