weijarz / oxyry-python-obfuscator

Python Source Code Obfuscator http://pyob.oxyry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with variables being reassigned with f string formatting

weijarz opened this issue · comments

ABC = 1
def test():
    ABC = f'{len(ABC):<5}'

That code above exactly will lead to "Unknown error occured"