以下程序的输出结果是( )Ab = 4 Def myab(ab, xy): ab= pow(ab,xy) print(ab,end=" ") Myab(ab,2) Print( ab)
A.4 4
B.16 16
C.4 16
D.16 4
正确答案是D