From 3707d9c69cef2ddc263ecd6c46b48802097d85b0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jan 2018 08:24:18 -0500 Subject: [PATCH] fix --- source/the-interpreter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/the-interpreter.rst b/source/the-interpreter.rst index d783b24..924ce03 100644 --- a/source/the-interpreter.rst +++ b/source/the-interpreter.rst @@ -13,7 +13,7 @@ To fire up the Python interpreter, open up your terminal/console application, an This is known as the Python interpreter, and is a REPL (Read–Eval–Print Loop). This allows you to type Python code, import modules, and interact with code you've written without having to write files to disk, in an interactive manner. This interactive mode is one of Python's super-powers, compared some other programming lanuages. Tricks -—————- +++++++ Bytecode Trick //////////////