Computer Science > Computational Thinking And Programming 2 > Revision Of Python Topics
Write the output on execution of the following Python code :
P = [3, 5, 7, 4] P.insert(2, 3) P.extend([10, 6]) print(P) print(P.index(7)) print(P[::2])
Keep Practicing
Edvaya Target
Board & Competitive Exams Made Easy
Edvaya Target is built for students preparing for JEE (Main & Advanced), NEET UG, and Board Exams (CBSE, ISC & State Boards) — using a practice-first approach that actually works.
Current Question
Community Stats
Track Your Progress
Sign up to save your practice progress, add favorites, and get personalized insights.

