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

Import multiple times

import one
import two

print("Hello")
import common
print("loading one")

import common
print("loading two")
print("import common")
import common
loading one
loading two
Hello