0

Is there a way that I can hide a line of code in Python that is unreadable to everyone except the program?.

2
  • I think you need to provide more details about the situation. Commented Oct 17, 2019 at 10:43
  • hi, the other answer has solved the problem. I was searching using the wrong terminology. Commented Oct 17, 2019 at 10:44

1 Answer 1

2

If you want to share your code and keep stuff secret as well you are better off compiling your code, read this

Sign up to request clarification or add additional context in comments.

1 Comment

thanks, I will look at compiling.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.