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