333.py 102 Bytes Edit 1 2 3 4 5 def hello(name): content="你好!"+name return content result=hello(" ") print(result)