This PR improves the formatting of print statements in explain mode by adding proper indentation and style-specific visual indicators. The changes ensure that program output maintains consistency with debug messages while being visually distinct.
Changes Made
Modified print_wrapper method in ThinkPyInterpreter to:
Fixes #9
Description
This PR improves the formatting of print statements in explain mode by adding proper indentation and style-specific visual indicators. The changes ensure that program output maintains consistency with debug messages while being visually distinct.
Changes Made
Modified
print_wrapper
method in ThinkPyInterpreter to:Added style-specific formatting for print output:
Testing
Tested with:
Example Output
Before:
After:
Documentation
print_wrapper
methodRelated Issues
Resolves #42
Checklist
Screenshots