下面代码的输出结果是 a=’’Python’’ b=’’A Superlanguage’’ print(’’{:一>10}:{:一

admin2019-09-02  10

问题 下面代码的输出结果是
a=’’Python’’
b=’’A Superlanguage’’
print(’’{:一>10}:{:一<19}’’.format(a,b))

选项 A、一一一一Python:A Superlanguage一一一一
B、Python一一一一:一一一一A Superlanguage
C、The python language is a muhimodel language.
D、一一一一Python:一一一一A Superlanguage

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/OV6p777K
0

相关试题推荐
最新回复(0)