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:
a=file.readlines()
for i in a:
s=i.split()
print(s[1:])
print(' 班级登记卡'/n)
print('用户名:_______'/n)
print('所属班级:_______'/n)
print('验证码:_______3=5=?'/n)
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