InterviewSolution
Saved Bookmarks
| 1. |
Explain Repl? |
|
Answer» REPL STANDS for READ EVAL Print LOOP. It an interactive mode where the user types COMMANDS and get replies. REPL stands for Read Eval Print Loop. It an interactive mode where the user types commands and get replies. |
|