The application andy wants to use is adobe photoshop 
        
             
        
        
        
favorite_color = input("Enter favorite color:\n")
pet = input("Enter pet's name:\n")
num = input("Enter a number:\n")
print("You entered: "+favorite_color+" "+pet+" "+num)
password1 = favorite_color+"_"+pet
password2 = num+favorite_color+num
print("First password: "+password1)
print("Second password: "+password2)
print("Number of characters in "+password1+": "+str(len(password1)))
print("Number of characters in "+password2+": "+str(len(password2)))
This works for me. 
 
        
                    
             
        
        
        
Internal combustion is the answer
        
                    
             
        
        
        
are you using windows? linux? mac?