06 2021 档案
摘要:3 实验任务3:使用turtle库用矩形绘制花瓣 task3.py from turtle import*def square(size=50, rgb='orange'): pencolor(rgb) for i in range(4): fd(size) left(90)def main():
阅读全文
摘要:实验任务5:自定义模块及模块导入编程 一:把类StudentDoc保存到模块student.py中 '''student.py''' class StudentDoc: '''学生档案管理''' def __init__(self,students_number,studens_name,major
阅读全文

浙公网安备 33010602011771号