通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
def func(): print( "Hello" ) print(type(func),type(func()))
问:print(type(func),type(func()))的结果分别为:()。