单项选择题

A.a =int(’6.6’)
B.a =float(’9’)
C.a =int(float(’6.6’))
D.a =str(int(6.6))