I am running the system procedure in drracket's interactive window
(system "test.py")

where test.py is
#!/home/utils/Python-3.8.0/bin/python3
import os

print("Running cmd: date1")
print("Running cmd: date2")
os.system("date")
print("Running cmd: date3")
os.system("date")

and the output is
Tue May 19 22:14:19 PDT 2020
Tue May 19 22:14:19 PDT 2020
Running cmd: date1
Running cmd: date2
Running cmd: date3
#t

which is different from my expectation, can anyone help explain why?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/aebe9f52-6d84-4158-8dab-a0f9f0fc14ee%40googlegroups.com.

Reply via email to