Given two lists : List1 = [ 0,2,4,6,8,10] List2 = [1,3,5,7,9,11] Write a Phyton program that will display the square of the number in the lists. Sample Output: 0 1 4 9 16 25 36 49 2. Given two lists :...

Given two lists : List1 = [ 0,2,4,6,8,10] List2 = [1,3,5,7,9,11] Write a Phyton program that will display the square of the number in the lists. Sample Output: 01 49 1625 3649
2. Given two lists :<br>List1 = [0,2,4,6,8,10] , List2 = [1,3,5,7,9,11]<br>Write a Phyton program that will display the square of the number in the lists.<br>Sample Output:<br>4<br>9<br>25<br>49<br>16<br>36<br>

Extracted text: 2. Given two lists : List1 = [0,2,4,6,8,10] , List2 = [1,3,5,7,9,11] Write a Phyton program that will display the square of the number in the lists. Sample Output: 4 9 25 49 16 36

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here