+ 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.
2 odpowiedzi
+ 3
if the environment you're using allows it, yes
+ 3
You need Tkinter to do that, and unfortunately Tkinter is not available in SoloLearn's Code Playground