Python repeat string

前端 未结 0 1830

I am trying string repetition in Python.

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

Output

He

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