0

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

ben.m04
  • 41
  • 1
  • 9

1 Answers1

2

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

Dusan Gligoric
  • 526
  • 2
  • 19