Deterministic Turing machine

Job ID: 35292576

Budget: $30 – $250 USD

Write in the programming language Python:

- A function to simulate a deterministic Turing machine (DTM)
that (only) recognizes the language L,

L

using the Python library automata-lib 5.0.0

- A program to input/read input_data, call/execute function, output/print result/output_data.

The function may print/report only errors.

The function and program must be into two separate Python files.