Commit fa66eafb by BellCodeEditor

save project

parent 24153b84
小红 12 14 16 18 25 56
小王 48 75 1 2 5 4 8 32 59 16
小明 1 2 3 4 5 68 42 54 21 35 78
\ No newline at end of file
123
\ No newline at end of file
wangtengye
\ No newline at end of file
123123
\ No newline at end of file
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ No newline at end of file
f = open("23.txt",'w',encoding ='utf-8')
f.write("wangtengye")
f.close()
\ No newline at end of file
小红 141
小王 250
小明 313
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