def run5(): check = 0 for i in range(0, 3): text = fingers.fingermain() if text == "FIVE": webbrowser.open_new_tab('http://www.sgsits.ac.in/') check = 1 return "CAPTCHA SUCCESSFULL" if check == 1: return "Captcha Successful" else: return "unsuccessful capctha Are you a robot??? "
def run1(): check = 0 for i in range(0, 3): text = fingers.fingermain() if text == "ONE": webbrowser.open_new_tab('https://www.wcs.org/96-elephants') check = 1 return "CAPTCHA SUCCESSFULL" if check == 1: return "Captcha Successful" else: return "unsuccessful capctha!! Are you a robot??? "