(self)
| 3167 | self.update() |
| 3168 | |
| 3169 | def reset_input(self): |
| 3170 | self.answer = [] |
| 3171 | self.negative = False |
| 3172 | self.decimal = False |
| 3173 | self.update() |
| 3174 | |
| 3175 | |
| 3176 | # this is the text that shows the seconds per trial and the number of trials. |
no test coverage detected