curses.initscr() 
Initialize the library. Return a WindowObject which represents the whole screen.
Note
If there is an error opening the terminal, the underlying curses library may cause the interpreter to exit.
curses.initscr() 
Initialize the library. Return a WindowObject which represents the whole screen.
Note
If there is an error opening the terminal, the underlying curses library may cause the interpreter to exit.
Please login to continue.