username = input ( "VeerjitSingh52") password = input ( "sartaj" ) if username == "VeerjitSingh51" : print ( "That is WRONG!!!!!!!!!") else : print ( "That is NOT how you spell his name!" ) if username == "VeerjitSingh52" : print ( "Welcome Sigma!" ) else : print ( "Welcome Sigma!" )