Arne Cuperus

Results 1 issues of Arne Cuperus

Hi @nutki, I was wondering how you discovered this bit of code: ```python def display_set_pixel(self, x, y, brightness = 9): return self.send_message('scratch.display_set_pixel', { 'x':x, 'y': y, 'brightness': brightness}) ``` Specifically...