CBSE Class 11 Computer Science Question 59 of 80

Getting Started with Python — Question 24

Back to all questions
24
Question

Question 24

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