Exemplo n.º 1
0
 def equalclicked(self, widget):
     m = tb.get_text()
     m = str(op.calc(m))
     tb.set_text(m)
     self.turn = True
Exemplo n.º 2
0
	def equalclicked(self,widget):
		m=tb.get_text()
		m=str(op.calc(m))
		tb.set_text(m)
		self.turn=True