Comment rédiger un programme qui interagit avec le terminal

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