Ejemplo n.º 1
0
 def writeln(self, str):
     pythonlab.__stdout__(str + "\n")
Ejemplo n.º 2
0
 def write(self, str):
     pythonlab.__stdout__(str)
Ejemplo n.º 3
0
 def writeln(self, str):
     pythonlab.__stdout__(str + "\n")