字符串操作

+
In 'Python'+'Quant'
Out 'PythonQuant'
*
In 'Python'*3
Out 'PythonPythonPython'
%
In '%s,很棒!'%(‘python’)
Out 'python,很棒!'
posted @ 2021-02-17 13:22  我的博客2021  阅读(40)  评论(0)    收藏  举报