Achraf
Results
1
comments of
Achraf
> Tried it on 3.9.7. Worked as expected: > > > > >>> foo = 6 > > >>> globals()['foo'] > > 6 > > >>> globals()['foo'] = 7 >...