Bagaimana menulis program yang berinteraksi dengan terminal

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