KnowledgeBoat Logo
|

Computer Science

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

Getting Started

32 Likes

Answer

We can work in Python in two ways:

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

Answered By

14 Likes


Related Questions