InterviewSolution
Saved Bookmarks
| 1. |
What is a REPL? |
|
Answer» REPL is a type of interactive shell that TAKES in single USER INPUTS, process them, and returns the RESULT to the client. The full form of REPL is Read—Eval—Print—Loop |
|