Is there a way that I can hide a line of code in Python that is unreadable to everyone except the program?.
            Asked
            
        
        
            Active
            
        
            Viewed 4,770 times
        
    1 Answers
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
        
- 582
- 3
- 21
