On Monday, October 3, 2016 at 12:46:41 PM UTC-4, Skip Montanaro wrote:
> On Mon, Oct 3, 2016 at 10:23 AM, udhay prakash pethakamsetty
> > Hi skip,
> >
> > I am unable to even install that curses package
> >
> >
> > C:\>pip install curses
> > Collecting curses
> > Could not find a version that sat
On Mon, Oct 3, 2016 at 10:23 AM, udhay prakash pethakamsetty
wrote:
> Hi skip,
>
> I am unable to even install that curses package
>
>
> C:\>pip install curses
> Collecting curses
> Could not find a version that satisfies the requirement curses (from
> versions: )
> No matching distribution foun
> When we are printing to the console, is there a way to display to the
> previous line in the console.
Check out the curses module:
https://docs.python.org/3.6/library/curses.html
Skip
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
\t is for tab(forward) space; and
\r is for carriage return (back space)
When we are printing to the console, is there a way to display to the previous
line in the console.
We can achive that easily in file operations, But I want a solution in
displaying on Console.
regards
Udhay Pr