I am trying string repetition in Python.
#!/bin/python str = \'Hello There\' print str[:5]*2
Output
He