Edzy
AI TutorResourcesToolsCompareBuy
SearchDownload AppLogin
Edzy

Edzy for Classes 6-12

Edzy is a personal AI tutor for CBSE and State Board students, with curriculum-aligned guidance, practice, revision, and study plans that adapt to each learner.

  • Email: always@edzy.ai
  • Phone: +91 96256 68472
  • WhatsApp: +91 96256 68472
  • Address: Sector 63, Gurgaon, Haryana

Follow Edzy

Browse by Class

  • CBSE Class 6
  • CBSE Class 7
  • CBSE Class 8
  • CBSE Class 9
  • CBSE Class 10
  • CBSE Class 11
  • CBSE Class 12
Explore the CBSE resource hub

Explore Edzy

  • Study Resources
  • Free Study Tools
  • Best Apps for Board Exams
  • Edzy vs ChatGPT
  • About Us
  • Why We Built Edzy
  • Blog
  • CBSE AI Tutor

Support & Legal

  • Help & FAQs
  • Accessibility
  • Privacy Policy
  • Terms & Conditions
  • Refund Policy
  • Cookie Policy
  • Site Directory

© 2026 Edzy. All rights reserved.

Curriculum-aligned learning paths for students in Classes 6-12.

L
Question Practice

What will be the output of 'list1 = [1,2,3]; list2 = list(list1); list2.append(4); print(list1)'?

Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.

MCQ_SA
CBSE
Class 11
Computer Science
Computer Science
Lists
Question Bank

What will be the output of 'li...

Single Answer MCQ
Q-00067930

What will be the output of 'list1 = [1,2,3]; list2 = list(list1); list2.append(4); print(list1)'?

1

[1, 2, 3]

2

[1, 2, 3, 4]

3

[1, 2, 3, 3]

4

[1, 2, 3, 2]

Previous QuestionNext Question

Video Explanation

Answer

Solution:

Watch Video Solution

Login to get access

Keep Practising

Students who asked this also explored

Continue with nearby questions to strengthen the same chapter concept while you still have the context fresh in mind.

Q1.

What is the main feature of a list in Python?

Single Answer MCQ
View explanation
Q2.

Which of the following correctly initializes a list containing mixed data types?

Single Answer MCQ
View explanation
Q3.

How is the first element of a list accessed in Python?

Single Answer MCQ
View explanation
Q4.

What will the code list = [0, 1, 2, 3]; print(list[2]) output?

Single Answer MCQ
View explanation