摘要:
1.元祖类面试题 tup1 = (10) tup2 = (10,) tup3 = () print(type(tup1),type(tup2),type(tup3)) """ 输出结果: <class 'int'> <class 'tuple'> <class 'tuple'> """ 2.字典类面 阅读全文
posted @ 2022-10-16 14:51
zwx901323
阅读(45)
评论(0)
推荐(0)
摘要:
1.验证码的验证方法 #全部小写验证码 yzm = "03zt" input_yzm = input("请输入验证码(03ZT):") user = input("请输入用户名:") passwd = input("请输入密码:") if yzm == input_yzm.lower(): if u 阅读全文
posted @ 2022-10-16 09:46
zwx901323
阅读(66)
评论(0)
推荐(0)

浙公网安备 33010602011771号