Jak napisać program, który wchodzi w interakcję z terminalem

import os
os.system("cd") #cd is an example, you can write whatever there
Plain Piranha