Commit b8ccace8 by BellCodeEditor

save project

parent 23e1f7e0
Showing with 3 additions and 9 deletions
total = [11]
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ No newline at end of file
with open(r"C:\Users\Administrator\Desktop\test.txt",'r',encoding='utf-8') as f:
message = f.read()
print(message)
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