Total Complexity | 2 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from pypen import * |
||
2 | |||
3 | |||
4 | def start(): |
||
5 | for x, y in pixels(): |
||
6 | rectangle(x, y, 1, 1, (random(255), random(255), random(255))) |
||
7 |