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