Today in class i started a tetras video game for my assignment

WIDTH, HEIGHT = 300, 600 # 10 columns x 20 rows, each 30px
BLOCK_SIZE = 30
COLS = WIDTH // BLOCK_SIZE
ROWS = HEIGHT // BLOCK_SIZE
I used this to set the background and make rows for the tetris blocks