class App:
def __init__(self):
....
self.__pack()
def __pack(self):
self.canvas.pack()
self.coordinates.pack()
self.prnt_color.pack()
self.button_color.pack(padx=20, pady=20)
TypeError: '>=' not supported between instances of 'str' and 'int'
# удалить все файлы в рабочей копии
git rm -r *
# создать на месте первого коммита пустой коммит
git commit --allow-empty --amend --message "Initial commit"
# отправить текущую ветку на GitHub
git push --force