Commit b737ab92 by BellCodeEditor

save project

parent 60daeb00
Showing with 4 additions and 7 deletions
with open(r'C:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8') as file: print(' 班级登记卡'/n)
a=file.readlines() print('用户名:_______'/n)
for i in a: print('所属班级:_______'/n)
s=i.split() print('验证码:_______3=5=?'/n)
print(s[1:])
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