Is there any way to prevent Text Wrapping in Output, I mean adding a horizontal scroll bar instead of Wrapping a text. (Python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is there any way to prevent Text Wrapping in Output, I mean adding a horizontal scroll bar instead of Wrapping a text. (Python)

As you know, when text fills a line, it'll break to the next line. (I want a solution for SoloLearn's Output.) Is that possible to add horizontal scroll bar instead of breaking a line in Output after running a program? Thanks all.

15th Jun 2018, 3:12 PM
xXx
xXx - avatar
2 Answers
+ 3
if the environment you're using allows it, yes
15th Jun 2018, 3:16 PM
hinanawi
hinanawi - avatar
+ 3
You need Tkinter to do that, and unfortunately Tkinter is not available in SoloLearn's Code Playground
18th Jun 2018, 2:00 AM
Christopher
Christopher - avatar