I want to print a character or string like '-' n number of times.
Can I do it without using a loop?.. Is there a function like
print('-',3)
..which would mean printing the -
3 times, like this:
---
I want to print a character or string like '-' n number of times.
Can I do it without using a loop?.. Is there a function like
print('-',3)
..which would mean printing the -
3 times, like this:
---