Computer Science, asked by narwalnavya5565, 10 months ago

Which of the following is a python REPL environment?

Answers

Answered by Snehaalmale
2

Answer:

evaluate-print loop (REPL) window for each of your Python environments, which improves upon the REPL you get with python.exe on the command line. The Interactive window (opened with the View > Other Windows > <environment> Interactive menu commands) lets you enter arbitrary Python code and see immediate results. This way of coding helps you learn and experiment with APIs and libraries, and to interactively develop working code to include in your projects

Similar questions