Fill in the Blanks Python Selection Fill in the Blanks GameOnline version Test your knowledge of Python selection with this fun and educational Fill in the Blanks game! It is a program to create password with a word and numbers, then select with it meets a certain length requirment. by Christian Hough 1 ( " Password generator program " ) #output title word = ( " Enter word : " ) number = ( input ( " Enter number : " ) ) = input ( " Enter symbol : " ) #what would be a good variable name for this ? password = + ( number ) + if len ( ) > = 8 and len ( ) < 17 : #len = length print ( " Great length for a password " ) elif ( password ) > 18 : print ( " Password way too long , how will you remember that ! " ) else : ( " Password too short " )