Q41. Which of the following number can never be generated by the following code:
Q42. Write the output of : print(abs(-45))
Q43. Write the output of : print(max([1, 2, 3, 4], [4, 5, 6], [7]))
Q44. Write the output of : print(min(tuple("computer")))
Q45. Choose the incorrect statement.
Q46. Which of the following return floating point number?
Q47. Which of the following statement is correct?
Q48. Arrange the following from Simple(small) to Complex(big).
Instructions, Functions, Library, Module
Q49. A module is save with extension ________________
Q50. Choose the correct statement to import Math module: