trikRuntime icon indicating copy to clipboard operation
trikRuntime copied to clipboard

Python: script.run() doesn't work

Open khodand opened this issue 5 years ago • 0 comments

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.

khodand avatar Jan 31 '20 18:01 khodand