题解 | #格式化输出(三)#
格式化输出(三)
https://www.nowcoder.com/practice/cc6cb2b4aac446da902356fec043f5c1
print(input().strip())
The usage of function strip
: https://www.runoob.com/python/att-string-strip.html
格式化输出(三)
https://www.nowcoder.com/practice/cc6cb2b4aac446da902356fec043f5c1
print(input().strip())
The usage of function strip
: https://www.runoob.com/python/att-string-strip.html
相关推荐