> On Jun 26, 2016, at 12:48, William Park via talk <[email protected]> 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) --- Talk Mailing List [email protected] https://gtalug.org/mailman/listinfo/talk
