News
We must avoid using logging like this: LOGGER.info("Some: " + val); and instead use this: LOGGER.info("Some: {}", val); We need to check all Logger statements in this project and replace them if ...
I was able to demonstrate my the fundamentals of Python, such as, updating variables, concatenation, and formatting a print statement with mixed data types. This is from Codecademy "Receipts ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results