Hi

Whenever I use help(input) inside Python shell i get the following output:

>>>
>>> help(input)
Help on built-in function input in module builtins:

input(...)
    input([prompt]) -> string

I want to know what the significance of  "-> string". I have tried
consulting several books but none of them gave me a clear-cut explanation
for this.

Thanks
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to