从零开始

1. python语法

s=("--{0}sucks"
"--trucks{0}".format("abc"))
print(s)

原文地址:https://www.cnblogs.com/finallyliuyu/p/9982523.html