Python Forum
Printing string at specific position on terminal - not showing - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Printing string at specific position on terminal - not showing (/thread-29515.html)



Printing string at specific position on terminal - not showing - __Mathieu__ - Sep-07-2020

Hello,

I am studying Python and currently working on matrix.
I want to print an empty matrix and pointing the position of each matrix element by a dot.

When I launch the script I get arrow pointing the left of my terminal screen.
I guess the "dot" are on the left.

←[1;1H.
←[1;18H.
←[1;7H.
←[1;24H.
←[1;12H+
←[1;30H=

What am I missing ?
Is it my code which is wrong ?

Stackoverflow link with issue + code detailled

Please, could someone help me ?
I am blocked.

Thank you in advance

Best Regards

Mathieu


RE: Printing string at specific position on terminal - not showing - Larz60+ - Sep-07-2020

Please post details here, not link to another forum.