A student is attempting to determine if a string inputted by…
A student is attempting to determine if a string inputted by the user contains the string “pass” anywhere guess = input(“enter the password”)contains_pass = # boolean expression Which is the correct way to replace ?