trikRuntime
trikRuntime copied to clipboard
Python: script.run() doesn't work
import sys
import time
import random
import math
brick.display().addLabel("Hello i\'m trik", 50, 50);
brick.display().redraw();
script.run()
The program will quickly be finished with no additional actions like using the "stop" button.
By the way script.wait()
working as it should.