X Tutup
Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 201 Bytes

File metadata and controls

9 lines (6 loc) · 201 Bytes

A Simple REPL

The following code listing shows a simple example REPL implemented using bpython and curtsies.

.. literalinclude:: simplerepl.py
   :language: python
X Tutup