B. Write instructions to get the following result:
Python is easy to learn and write.
It allows us to work in two modes: Interactive mode and Script mode.
Interactive mode is also known as Python Shell and Script mode is also known as Python Editor.
It is a platform-independent language.
We find it interesting to work with Python.
Do it in both interactive mode and script mode.
Answers
Answered by
0
Answer:
Interactive mode, also known as the REPL provides us with a quick way of ... We can also run multiple statements on the Python shell
Similar questions