REPL - Interactive debugging with ptpython
from ptpython.repl import embed
x = 32
embed(globals(), locals())
y = 42
print('OK')
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
from ptpython.repl import embed
x = 32
embed(globals(), locals())
y = 42
print('OK')