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

Example

$ python3 program.py
Shibboleth
Access granted
$ python3 program.py
Sibboleth
Access denied