Computer Science, asked by samresh372, 5 months ago


2. Given the lists L=[89,3,6,62,5,7,11,22]. write the output of print(L[2:6])
3. Write the full form of POP3.
4. Identify the valid arithmetic operator in Python from the following
a)? b) c) // d) and
5.Suppose a tuple T is declared as T = (1, 19, 43, 37), which of the following is incorrect?
a) print(T[1])
b) T[2] = -19
c) print(max(T))
d) print(len(T))
6. A tuple is declared as T = (2,5,6,9,8) What will be the value of Max(T)?
7 Name the built-in mathematical function / method that is used to return square root of a
number
8. Name the protocol that is used to receive emails.
9. Your friend Ranjana complaints that somebody has created a fake profile on Facebook and​

Answers

Answered by jalannaman16
2

Answer:

2.output

6,62,5,7

I only know one of it may help you have nice day!!!

Similar questions