# python_train **Repository Path**: mr-lsj/python_train ## Basic Information - **Project Name**: python_train - **Description**: python实训项目-贪吃蛇、人脸识别 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-08 - **Last Updated**: 2023-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_train 2020.9 #### 介绍 @classmethon 类方法 class Pet(object) 继承基类object __init__() 构造方法 class Cat(Pet) 继承父类 Pet