Skip to content

Instantly share code, notes, and snippets.

@piotrkilczuk
Created June 4, 2021 10:59
Show Gist options
  • Save piotrkilczuk/13945f8ebc4c7dfd9f8993616a351807 to your computer and use it in GitHub Desktop.
Save piotrkilczuk/13945f8ebc4c7dfd9f8993616a351807 to your computer and use it in GitHub Desktop.
_pythonstartup.py v2
import sys
def boostrap():
print("Hello world!")
sys.__interactivehook__ = boostrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment