Commit 6fdd7378 by BellCodeEditor

save project

parent 6e8b7576
Showing with 10 additions and 7 deletions
#filel=open('C:\\Users\\鲍\\Desktop\\14545.txt','a',encoding = 'utf-8')
#filel.write('小兰\n')
#filel.colse()
with open('C:\\Users\\\\Desktop\\14545.txt','a',encoding = 'utf-8') as
with open('C:\\Users\\\\Desktop\\14545.txt','r',encoding = 'utf-8') as
filel:
filel.write('eds\n')
filel.read('eds\n')
import o
date=o.new_input()
score=o.sum(date)
print("这位选手得分为"+str(score)+"分")
\ No newline at end of file
with open(r'c:\Users\鲍\Desktop\145.txt','r',encoding='utf-8') as b:
a=b.readlines()
#print(a)
#file.colse()
for i in a:
date=i.split()
print(date[1:])
\ 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