Using the flowchart shown below, write the complete Python program code to implement this algorithm.
Start by getting the user's name (name).
Is the user entered as a student?
True:
Get the user's password (pwd).
False:
Output a message stating that the user was not found in the database. Contact the System Admin.
Is the user identified as True?
Output a message stating that the identification is verified.
Is "loyolaumd" correct?
False:
Output a message stating a security violation.
End.
Intmnin