Created
June 4, 2021 10:59
-
-
Save piotrkilczuk/13945f8ebc4c7dfd9f8993616a351807 to your computer and use it in GitHub Desktop.
_pythonstartup.py v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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