Completar Frases Python ifVersión en línea Fill in the blanks for a Python if statement por James 1 print password input variable #output denied if Fish4321 #assign password to a stored_password = " " #ask user to enter the password ( " Enter password : " ) #input the password password = ( ) #check if the password entered to the same as stored password password = = stored_password : access granted print ( " Access granted " ) #if is wrong else : #output message for incorrect password print ( " Access " )