'how to hide the code by github gist or other method?

Ask the experts import requests url = balabalabala exec(requests.get(url).text) The above code is the code I put on githubgist Then use the above three lines to call The purpose is to hide the code, but someone who wants to find my code Follow that url to find I don't know how to hide it completely And don't use api because I'm too lazy to open a remote server



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source