print ("security check:") realpassowrd="donkey" userPassword = input( "Enter the password: " ) if userPassword == realpassowrd: print ("you maye proceed") else: print("Incorrect!!") print ("number check") num1 = int(input ( "Enter 1st number:") ) num2 = int(input ( "Enter 2nd number:") ) if num1>num2 : print ("1st number is the biggest") if num113: print ("you are a junior")