def Login(self,uname,pins): while(True): if(self._uname==uname): try: if(self._pin!=pins): raise Exceptio