Re: Enhanced input dialog

2019-04-19 Thread Chris Angelico
On Sat, Apr 20, 2019 at 7:16 AM wrote: > > Running Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 > 32 bit (Intel)] on win32. > Under Win7 using Pyscripter 3.6.0.0 x86 > Somehow integer1 = input( "Enter first integer:\n" ) # read string > when executed presents a nice input

Enhanced input dialog

2019-04-19 Thread srfpala
Running Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32. Under Win7 using Pyscripter 3.6.0.0 x86 Somehow integer1 = input( "Enter first integer:\n" ) # read string when executed presents a nice input dialog box instead of a command line prompt.