username = input('Enter Username>>> ') if username == 'silas': print('Access granted') print('Hello SILAS') else: print('Access Denied')