TIL string multplication doesn't work with negative values. It returns an empty string.
If anyone is curious. This is called string format. String format is extremely versatile and you should check it out. To learn more, in the IDLE run the code >> help('FORMATTING')
That is just a fun solution.
Loading collection data...
TIL string multplication doesn't work with negative values. It returns an empty string.
If anyone is curious. This is called string format. String format is extremely versatile and you should check it out. To learn more, in the IDLE run the code >> help('FORMATTING')
That is just a fun solution.