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