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