Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Execute at import time

import lib 

print("Hello")
print("import lib")

def do_something():
    print("do something")
import lib
Hello