Indeed, found an example:
Code:
x = "awesome"def myfunc(): global x x = "BS"myfunc()print("Python is " + x)Statistics: Posted by gmx — Sun Jul 06, 2025 4:23 am