This commit is contained in:
2018-01-17 08:24:18 -05:00
parent 7de66d8f2e
commit 3707d9c69c
+1 -1
View File
@@ -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 (ReadEvalPrint 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
//////////////