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?
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
Q40. Write the output of the following:
str = "csiplearninghub.com"
print(str(-9 : -5))