Python Fundamentals Quiz 9

Share with others

Welcome to your Python Fundamentals Quiz 9

Name
Email
School Name
Q81. Variables whose values can be changed after they are created and assigned are called _____________

Q82. An ______________ is a symbol which is used to perform specific mathematical or logical operation on values.

Q83. Operators work on values called _______

Q84. Which of the following operator is used for integer division?

Q85. Which operator returns remainder?

Q86. Which of the following is an exponent operator?

Q87. Which of the following statement display "RAM" two times?

Q88. Write the output of the following

>>> 7 % 3 ** 3

Q89. Which of the following is not an integer literal?

Q90. Which escape sequence represent newline character?


Share with others

Leave a Reply

error: Content is protected !!