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