"Darren Williams" <[EMAIL PROTECTED]> wrote
> I'm completely new when it comes to Python so forgive
> me for asking a potentially very simple question.
> Can C# style multi-line textboxes for user-input
> be scripted in Python?
Yes, but as part of a GUI.
> Are there any other attributes that I c
Hi all,
I'm completely new when it comes to Python so forgive me for asking a
potentially very simple question. Can C# style multi-line textboxes for
user-input be scripted in Python? Are there any other attributes that I can
add to either input() or raw_input()?__