单选题
以下程序的输出结果是( )
s = "LOVES"
print("{:*^13}".format(s))
s = "LOVES"
print("{:*^13}".format(s))
题目知识点:
查看答案

暂无