摘要:
代码: ''' 用户与程序交互: input( )输入 print()输出 username=input('请输入提示信息') ''' username=input('请输入用户名:') print(username) password = input('请输入密码:') print(password) # 如果 # username == 'tank ' True # and: 左右两边的条件都 阅读全文
posted @ 2019-09-24 18:35
YONGCHUN
阅读(88)
评论(0)
推荐(0)
浙公网安备 33010602011771号