
26 Jun
2016
26 Jun
'16
9:24 p.m.
On Jun 26, 2016, at 12:48, William Park via talk <talk@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)