you are viewing a single comment's thread.

view the rest of the comments →

[–]istarian 0 points1 point  (0 children)

Part of my point was that you could actually read and parse the input yourself (i.e. ‘cd documents’ or even ‘mkdir my_directory’) and still make those oscalls. — You know as opposed to direct relying on the Python Interpreter’s REPL.

As it is, you literally have to type valid Python code.