[docs]classLatexPrinter(Printer):printmethod="_latex"_default_settings={"fold_frac_powers":False,"fold_func_brackets":False,"fold_short_frac":None,"inv_trig_style":"abbreviated","itex":False,"ln_notation":False,"long_frac_ratio":None,"mat_delim":"[","mat_str":None,"mode":"plain",...
Create a program that takes a series of lines as input and outputs the same lines with all characters capitalized. Assume console input for this problem. For example, if the input is "Hello world" and "Practice makes perfect", the output should be "HELLO WORLD" and "PRACTICE MAKES PERFECT...