摘要:
/*****************************************************************//** * \file ControlParent.h * \brief MediatorPattern 中介者模式 亦称: 调解人、控制器、Intermediary 阅读全文
摘要:
''' drawrect.py file editor: geovindu, Geovin Du date: 2023-06-11 ''' import turtle as t def drawonerect(x,y,side): """ 画正方形 :param x: x轴 :param y: Y轴 阅读全文