Nachricht-
Von: Tutor [mailto:tutor-bounces+marcus.luetolf=bluewin...@python.org] Im
Auftrag von Alan Gauld via Tutor
Gesendet: Samstag, 18. Mai 2019 12:34
An: tutor@python.org
Betreff: Re: [Tutor] simple question about scope
On 18/05/2019 09:20, marcus lütolf wrote:
> in learning the princip
On 5/18/19 2:20 AM, marcus lütolf wrote:
> Dear experts
>
> in learning the principles of Python I came across scope in the
> control structure's section.
> There I read the notion that variables createted inside a
> control structute can't be seen or accessed from outside that
> structure, Pytho
On 18/05/2019 09:20, marcus lütolf wrote:
> in learning the principles of Python I came across scope in the
> control structure's section.
> There I read the notion that variables createted inside a
> control structute can't be seen or accessed from outside that
> structure, Python would raise a