Q1. How can we identify which book is written by which author?
a. By matching handwriting.
b. By analyzing word length with previous books.
c. By analyzing the number of pages in a book.
d. By analyzing the book’s preface.
Q2. How can a list L can be converted into a tuple?
a. tuple(L)
b.tup(L)
c. L(tuple)
d. L(tup)
Answer:
Q1. b. By analyzing word length with previous books.
Q2. a. tuple(L)
For NPTEL The Joy Of Computing Using Python Assignment 9 All Answers Check our Telegram Channel.