运行下列程序,输出的结果是?( )
def wenhao(name='zhejiang'): print('hello' + name) wenhao()
hello
hellozhejiang
helloname
程序将提示运行错误