import time realPassword = "5Ecr3t" time.sleep(1) userPassword = input( "Password: " ) time.sleep(1) if userPassword == realPassword : print( "Welcome!" ) else: print('System Locked!')