Posts by Yone • 13 points
1 post
-
0
votes1
answer1350
viewsQ: How to execute Python commands inside cmd using a script
I want to create an executable that opens a cmd and after that, enter a clear() function automatically so that you can clear the screen whenever necessary just by typing clear(). Fez: import os…