login_while】的更多相关文章

# -*- coding: utf-8 -*- # @Time : 2020/7/25 22:45 # @Author : Breeze # @FileName: login_while.py user_name = "Breeze" password = "123456789" counter = 0 while counter < 3: get_username = input("请输入用户名:") get_password = inp…