When I obfuscate: ```python a,b,c,d=1,2,3,4 ``` after removing all the random variables, I get: ```python a,b,c,K170710586507698851=1,2,3,4 ```