(单选题, )当键盘输入”3”的时候,以下程序的输出结果是( ) R = input("请输入半径:") Ar = 3.1415 * r *r Print("{:.0f}".format(ar))
A.28
B.28.27
C.29
D.Type Error
正确答案是D