https://github.com/modularizer/pyprez/samples/namespaces.html
x=5 print(f"{x=}") y = 9
print(f"{y=}")
print(f"{y=}")