realpassword = "5Ecr3t" pw = input ("Enter password:") if pw == realpassword: print("Welcome!") else: print("Not right lil bro")