CBSE Class 12 Computer Science Question 50 of 120

Review of Python Basics — Question 2

Back to all questions
2
Question

Question 2

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