Use Python Interactively with the REPL Console

InstructorWill Button

Share this video with your friends

Send Tweet

Python includes an interactive REPL (Read - Evaluate - Print - Loop) console that allows you to easily test and interact with the Python interpreter. You will learn how to use it in this lesson to quickly write and execute code.