CBSE Class 11 Computer Science Question 24 of 27

Getting Started with Python — Question 6

Back to all questions
6
Question

Question 6

In how many different ways, can you work in Python?

Answer

We can work in Python in two ways:

  1. Interactive mode (also called Immediate mode)
  2. Script mode