On 23 September 2017 at 15:15, Prateek <prateek...@gmail.com> wrote:
> 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.

This indicates the return type: input() returns a string.

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to