username = ( "SigmaMan76" ) password = ( "AlphaMale14" ) Username = input ( "Insert Username Here: " ) Password = input ( "Insert Password Here: " ) if Username == username : print( "Alrighty pal" ) else : print( "WRONG GET OUT!!!" ) if Password == password : print ( "Alrighty pal" ) else : print( "WRONG GET OUT!!!" )