L
lkennedy5
Here is the code and as you can see for yourself, the output is not
coming out on the screen with CRLF like it should. How do I fix this?
import curses, os
screen = curses.initscr()
os.system("ls -l")
curses.endwin()
coming out on the screen with CRLF like it should. How do I fix this?
import curses, os
screen = curses.initscr()
os.system("ls -l")
curses.endwin()