Guest User

Untitled

a guest
Jan 20th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def seleciona(self):
  2. self.posicao = self.mostrar.curselection()
  3. if self.posicao[0] == '':
  4. messagebox.showinfo('Alerta','Precisa selecionar musica para tocar')
  5. else:
  6. nome = todos[int(self.posicao[0])]
Add Comment
Please, Sign In to add comment