第13103题 单选
Python字符串a='0123456789'执行print(min(a)+max(a))的结果是什么?
A

9

B

0

C

09

D

a为字符串,不能获取大小值,代码会报错!