In
Python Quizs Question and Answers – Lists – 2
- 0
- 379 words
Q 1. Suppose list1 is [1, 3, 2], What is list1 * 2?A. [2, 6, 4]B. [1, 3, 2, 1, 3]C. [1,...
Read out allLearn and Test Your Knowledge – A Dive Deep into Trivia, GK (General Knowledge), Current Affairs, General Studies, Programming Language, Fun Quizzes, etc. Expand Your Mind!
Q 1. Suppose list1 is [1, 3, 2], What is list1 * 2?A. [2, 6, 4]B. [1, 3, 2, 1, 3]C. [1,...
Read out allQ 1. Suppose list1 is [1, 5, 9], what is sum(list1)?A. 1B. 15C. 9D. Error Show Answer Answer:-B. 15 Explanation Sum returns...
Read out all
Q 1. The roots of the equation ix2 – 4x – 4i = 0 areA. –2iB. 2iC. –2i, –2iD. 2i, 2i Show Answer Answer:-C....
Read out allYou cannot copy content of this page