Keo Sophon wrote:
> Hi,
>
> With raw_input(), it allows to input value. Can it be used to input value
> with default value option?
>
response = raw_input("Enter some data:")
if not response: response = "default value"_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
