# print you had wrong password wrong_time times, max 3 times
print("You had wrong password %d times, max 3 times"%wrong_time)
ifwrong_time==3:
print("Too many wrong password!")
exit()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.