Ir para conteúdo
Fórum Script Brasil

wharley

Membros
  • Total de itens

    3
  • Registro em

  • Última visita

Sobre wharley

wharley's Achievements

0

Reputação

  1. como rodar este código no python 3.2? from Tkinter import * class App: def __init__(self, master): frame = Frame(master) frame.pack() self.button = Button(frame, text="QUIT", fg="red", command=frame.quit) self.button.pack(side=LEFT) self.hi_there = Button(frame, text="Hello", command=self.say_hi) self.hi_there.pack(side=LEFT) def say_hi(self): print "hi there, everyone!" root = Tk() app = App(root) root.mainloop()
  2. como retornar ao Início, depois de usar um If () ??
  3. como se compara se uma letra fornecida pelo Usuário é vogal ou consoante?
×
×
  • Criar Novo...