摘要:
money_recharge() from atm.lib_common.file_handle import * def money_recharge(username,money_recharge): """充值函数 """ user_pwd_money = file_r(r"F:\pylear 阅读全文
posted @ 2023-12-08 21:44
Junior_bond
阅读(14)
评论(0)
推荐(0)
摘要:
register.py from atm.lib_common.file_handle import * def register_username_pwd(): """注册账户密码""" username=input("请输入你注册的用户名:>>>") pwd=input("请输入你的注册密码:> 阅读全文
posted @ 2023-12-08 17:01
Junior_bond
阅读(30)
评论(0)
推荐(0)
摘要:
day17开始2023年12月8日 周五 14:16:52 time模块:import time时间戳:time.time() 从1970年开始过了多少秒格式化时间:time.strftime("%Y %m %d")结构化时间:time.localtime()睡眠:time.sleep split( 阅读全文
posted @ 2023-12-08 16:56
Junior_bond
阅读(24)
评论(0)
推荐(0)

浙公网安备 33010602011771号