Commandes système dans Python Windwos

import os

# Example: opens the command prompt and runs python
os.system('python')
Perfect Peccary