spawn
expect
send
interact
#!/usr/bin/expect -f spawn python3 expect "*>>>" send "import sys\n" send "print('ok', file=open('test', 'w'))\n" interact