第13192题 单选
已知a = min('654'),以下Python表达式书写正确的是?
A
print(max(chr(a),3,2))
B
print(max(bin(a),3,2))
C
print(max(float(a),3,2))
D
print(max(hex(a),3,2))