[2] 2-nd-exercise #266

Merged
VladimirGub merged 5 commits from KuznetsovYuM/2026-rff_mp:2-nd-exercise into develop 2026-05-30 12:06:23 +00:00
Showing only changes of commit c25ff8ca6e - Show all commits

View File

@ -5,6 +5,7 @@ import time
import os
class Tile:
def __init__(self, column, row):
self._col = column