By Joon Bang
Converts the cases of letters. Written in Python 3.x.
Please note that neither converter changes the contents of the input file, KLSadd.tex.
Converts uppercase m's to lowercase, and lowercase m's to uppercase.
Reads from KLSadd.tex, and writes to a.out.
> python mM.py
Note: KLSadd.tex should be in the same directory, and a.out will be created in the same directory.
Converts uppercase letters to lowercase, and lowercase letters to uppercase.
Reads from KLSadd.tex, and writes to a.out.
> python azAZ.py
Note: KLSadd.tex should be in the same directory, and a.out will be created in the same directory.
[ASCII Table] (http://www.asciitable.com/)