Generators versus global variables | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Generators versus global variables

Do generators allow the iteration of global variable for ie (i) without changing the value of the global variable that has been set?

31st Jan 2017, 3:16 AM
Donnell Dammond
Donnell Dammond - avatar
1 ответ
+ 5
Global variables are exactly that, global. Changing them at any point in your program changes them in the global scope.
12th Feb 2017, 5:18 PM
Aidan Haddon-Wright
Aidan Haddon-Wright - avatar