Is there a Python equivalent of Perl's x operator (replicate string)? >>> "blah" * 5 'blahblahblahblahblah'