Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7.7 What will the following code display? numbers1 = [1, 2, 3] numbers 2 = [10, 20, 30] numbers 3 = numbers1 + numbers print(numbers1)

image text in transcribed
7.7 What will the following code display? numbers1 = [1, 2, 3] numbers 2 = [10, 20, 30] numbers 3 = numbers1 + numbers print(numbers1) print(numbers2) print(numbers) 7.8 What will the following code display? numbers1 = [1, 2, 3] numbers 2 = [10, 20, 30] numbers2 += numbers1 print(numbers 1) print(numbers 2)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions

Question

4. Describe phases of majority identity development.

Answered: 1 week ago