AV
Size: a a a
AV
AV
AV
foo: Python 3.9.2 (default, Feb 24 2021, 13:26:09)
foo: [Clang 12.0.0 (clang-1200.0.32.29)] on darwin
foo: Type "help", "copyright", "credits" or "license" for more information.
foo: >>> df
foo: Traceback (most recent call last):
foo: File "<stdin>", line 1, in <module>
foo: NameError: name 'df' is not defined
foo: >>> prnit(1)
foo: Traceback (most recent call last):
foo: File "<stdin>", line 1, in <module>
foo: NameError: name 'prnit' is not defined
foo: >>> print(1)
foo: 1
AV
cat 1.exp
#!/usr/bin/expect
spawn python3
interact
AV
AV
AV
AI
AI
AV
DG
AI
DG
AV
AV
AV
AI
#!/usr/bin/expect
spawn python
interact
./python-runner > .tmp