A really, REALLY SIMPLE example of how we can inject malicius code into a Python script. For learning and documentation purposes.
This is an unoffuscated version of our malicious code (actually dummy and completely safe).
import datetime
print(int(datetime.datetime.now().timestamp() * 100000))