摘要:
面条版def register(): while True: username = input('pls input your name:').strip() with open (path.user_info_path, 'rt', encoding='utf-8') as f: data = f 阅读全文
摘要:
#in the bar #use time 1.000830888748169 import time current_userinfo={'user':None} def auth(engine='file'): def outter(func): #func=最原始的index def wrap 阅读全文
摘要:
# _*_coding:utf-8_*_# Author:len liuimport sys,timefor i in range(50): sys.stdout.write("#") sys.stdout.flush() time.sleep(0.1) if i == 24: sys.stdout 阅读全文