Display (print) string multiple times (repeatedly) by Tarik Python 2.x: print '-' * 3 Python 3.x: print('-' * 3)