单选题

下列代码段执行后a的值为字符串的是?(?)

A

a= int('4.5')

B

a= float("4")

C

a= int(float('4.5'))

D

a= str(4.5)

赣ICP备20007335号-2