Re: [Tutor] System Window

2010-07-19 Thread Alan Gauld
"Jacob Bender" wrote I was wondering if there was a way to program a new window using Tkinter so that a one-billion digit number could fit, instead of in the system window, which dumps numbers once they fill up the screen. I know that it would take me days to read all of the numbers, but tha

[Tutor] System Window

2010-07-19 Thread Jacob Bender
I was wondering if there was a way to program a new window using Tkinter so that a one-billion digit number could fit, instead of in the system window, which dumps numbers once they fill up the screen. I know that it would take me days to read all of the numbers, but that is not my intention. Thank