第15011题
Python语句print(ascii('A')+ascii('Z'))运行的结果是?
A

'A'+'Z'

B

'AZ'

C

'A''Z'

D

"AZ"