# Set the output screen size and color <br/> cmd = 'color 1F' <br/> cmd = 'mode 200,30' <br/> os.system(cmd) <br/>
it only takes the cmd right before os.system(cmd).
If I move cmd = ‘color 1F’ down then it changes the color of the screen but will not resize.