a="Python"
b= "A Superlanguage "print( "{:->10}:{:-<19} ".format(a,b))
(1.0分)
试一下不就知道了:
----Python:A Superlanguage----
答案A可能是印刷错误,左边少了一个横线
无正确答案