Computer Science, asked by kranirao2, 9 months ago

0
Which of the following is a python REPL environment?
JetBrains​

Answers

Answered by rishabmaiya6
3

Answer:

A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (i.e., single expressions), evaluates (executes) them, and returns the result to the user; a program written in a REPL environment is executed piecewise. The term is usually used to refer to programming interfaces similar to the classic Lisp machine interactive environment.

Explanation:

Similar questions