| Total Complexity | 2 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | from pypen import * |
||
| 2 | |||
| 3 | |||
| 4 | def start(): |
||
| 5 | settings.fps = 60 |
||
| 6 | |||
| 7 | |||
| 8 | def update(): |
||
| 9 | fill("orange")
|
||
| 10 | rectangle(20, 20, 300, 400, "red") |
||
| 11 |