# Run this transcript with "python example.py -t transcript_regex.txt" # The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True autorun_on_edit: False colors: /(True|False)/ continuation_prompt: > debug: False echo: False editor: /([^\s]+)/ feedback_to_output: True locals_in_py: True maxrepeats: 3 prompt: (Cmd) quiet: False timing: False