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