For debugging or just to see what is going on internally, enter this on the command line
The user sees the normal standard out but it is also captured to a log file../test_EnigmaMachine.py enigma_config_6.csv | tee log.txt
The Linux script command allows the user to capture terminal sessions.
ctl-d will exit the script command. It closes the terminal window or ends terminal line input.script log.txt .... .... .... ^d