I want to print a character or string as '-' n number of times.
Can I do this without using a loop? .. Is there a function like
print('-',3)
.., which would mean typing - 3 times, for example:
python
Hick Jun 08 '09 at 1:11 2009-06-08 01:11
source share