Shay

Resultados 1 preguntas formuladas por Shay

Estoy intentando crear algunos Buttons (con un forbucle) así: def a(self, name): print(name) users = {"Test": "127.0.0.0", "Test2": "128.0.0.0"} row = 1 for name in users: user_button = Tkinter.Button(self.root, text=name,