摘要:
import pymysql class Student: def register(self): print("=============注册页面=============") n = 3 user = input("请输入账号:").strip() while n > 0: n = n - 1 pass_wd = input("请输入密码:").strip(... 阅读全文
摘要:
class Student: def register(self): print("=============注册页面=============") n = 3 user = input("请输入账号:").strip() while n > 0: n = n -1 pass_wd = input("请输入密码:").strip() pass_wd_sec =... 阅读全文
摘要:
# 定义字符串 context = """The US media reports suggest Robert Mueller's inquiry has taken the first step towards possible criminal charges. According to Reuters news agency, the jury has issued subpoenas ... 阅读全文