[GTALUG] How to repeat a char in a line? (on Windows)

Peter Renzland renzland at gmail.com
Sun Jun 26 17:24:43 EDT 2016


> On Jun 26, 2016, at 12:48, William Park via talk <talk at gtalug.org> wrote:
> 
> On Windows, how would you generate a text line with 480 of 'M' chars?
> 
> I can't tell them to install
> BusyBox, Cygwin, Vim, or Python. :-)

No need to install, if they are online:

http://mathcs.holycross.edu/~kwalsh/python/

print("M"*480)





More information about the talk mailing list