Overwritting print function in Python
Did you knew that you can easily overwrite print function using `FunctType`
Articles that mention python.
Did you knew that you can easily overwrite print function using `FunctType`
While working on one of the NATAS challenges from overthewire.com, I encountered the **XOR encryption algorithm**. It is a **symmetric-key algorithm**, meaning the same key is used for both encryption and decryption