Write a program that inputs a string and then prints Access granted if the input equals the word Shibboleth, and Access denied otherwise.
Access granted
Shibboleth
Access denied
$ python3 program.py Shibboleth Access granted $ python3 program.py Sibboleth Access denied