python编写学生信息管理系统

时间:2026年02月05日 04:54:00

Python 学生信息管理系统2.0 - 简书

# @Author : Fizzyi import file_operation as files import json def examine_name_pwd(): #验证账号密码是否正确 user_name = input('输入账号:') user_psw = input('请输入密...www.jianshu.com