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