Last active
April 21, 2022 01:19
-
-
Save Tunas1337/d5584bce13a54d4279f550f601e73051 to your computer and use it in GitHub Desktop.
benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import kandinsky | |
| import random | |
| for i in range(1, 30000): | |
| kandinsky.fill_rect(random.randint(0, 320), random.randint(0, 240), random.randint( | |
| 0, 150), random.randint(0, 170), color(randint(0, 255), randint(0, 255), randint(0, 255))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment