1 2 3
def command(debugger, command, result, internal_dict): result.PutCString(u"hello world A") return None