以下代码的输出结果是(   )

print("round(80.23456, 2) : ", round(80.23456, 2))

A、80.23
B、 round(80.23456, 2)
C、round(80.23456, 2):80.23
D、round():80.23