摘要:
import turtle from turtle import * #turtle.bgpic("xrr.png") pm=Screen() #新建屏幕对象 pm.delay (0) #设定屏幕延时为0 pm.title("雪容融") turtle.speed(3) # 速度 # 大头的圈圈 tu 阅读全文
posted @ 2024-07-21 08:42
limalove
阅读(21)
评论(0)
推荐(0)
摘要:
from array import array import math import functools import itertools import operator import reprlib class Vector: typecode = 'd' def __init__(self, c 阅读全文
posted @ 2024-07-21 08:36
limalove
阅读(19)
评论(0)
推荐(0)
摘要:
from array import array import math class Vector2d: __match_args__ = ('x', 'y') typecode = 'd' def __init__(self, x, y): self.__x = float(x) self.__y 阅读全文
posted @ 2024-07-21 08:36
limalove
阅读(22)
评论(0)
推荐(0)

浙公网安备 33010602011771号