CBSE Class 11 Informatics Practices Question 42 of 62

Getting Started with Python — Question 10

Back to all questions
10
Question

Question 10

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