this is my python code:
class Filechooser(Screen): def select(self, *args): try: self.label.text = args[1][0] except: pass def load(