Review of Python Quiz 4

Share with others

Welcome to your Review of Python Quiz 4

Name
Email
School Name
Q31. Find the valid identifier from the following.

Q32. Write the output of the following:

L=[34, 56, 76, 87, 98, 45, 23, 56]

print(L[3:7])

Q33. Full form of IDLE is ____________

Q34. Identify the invalid operator from the following.

Q35. Identify the invalid mathematical operator.

Q36. Which of the following is incorrect?

list = (23, 45, 2, 4, 0)

Q37. Which of the following is valid dictionary declaration statement?

Q38. Write the output of the following.

L = [34, -34, 65, -65]
print(sum(L))

Q39. Fill in the blank so that the output is 5

print(_____(25))

Q40. Write the output of the following:

str = "csiplearninghub.com"
print(str(-9 : -5))


Share with others

Leave a Reply

error: Content is protected !!