Python repeat string

前端 未结 0 1976
半阙折子戏
半阙折子戏 2021-02-11 14:11

I am trying string repetition in Python.

#!/bin/python
str = \'Hello There\'
print str[:5]*2

Output

He

相关标签:
回答
  • 消灭零回复
提交回复
热议问题