题解 | 格式化输出(一)这样是不是最简单的
格式化输出(一)
https://www.nowcoder.com/practice/fe82dc48f4f04b2397a85fb1bdbe34a2
s = input()
print ('I am '+s+' and I am studying Python in Nowcoder!')
格式化输出(一)
https://www.nowcoder.com/practice/fe82dc48f4f04b2397a85fb1bdbe34a2
s = input()
print ('I am '+s+' and I am studying Python in Nowcoder!')
相关推荐