Functions Quiz 5

Share with others

Welcome to your Functions Quiz 5

Name
Email
School Name
Q41. Which of the following number can never be generated by the following code:

random.randrange(0, 100)

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:


Share with others

Leave a Reply

error: Content is protected !!