Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 11
Computer Science
Getting Started with Python
Question 24
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:
Interactive mode (also called Immediate mode)
Script mode
Previous
Question 23
Next
Question 25