单项选择题

A.a=float(input("第一条边的长度:"))
B.a=int(input("第一条边的长度:"))
C.a=input("第一条边的长度:")
D.a=float(input("请输入文字"))