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