Display string multiple times December 25, 2022 by Tarik Python 2.x: print '-' * 3 Python 3.x: print('-' * 3)