Ben Finney <ben+pyt...@benfinney.id.au> writes:

> So, you have one name ‘guess_number’ bound to the function's parameter.
> Don't bind anything else to it!

By which I mean, don't bind that name to anything else in the function
(don't re-assign any other value to that name in the function). Keep
that name's meaning by leaving it bound to the parameter value.

-- 
 \        “When I was a baby I kept a diary. Recently I was re-reading |
  `\   it, it said ‘Day 1: Still tired from the move. Day 2: Everybody |
_o__)                  talks to me like I'm an idiot.’” —Steven Wright |
Ben Finney

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

Reply via email to