摘要:
task3from turtle import * def square(size=50, rgb='red'): pencolor(rgb) for i in range(4): fd(size) left(90) def main(): setup(800, 600) speed(0) n = 阅读全文
posted @ 2022-06-13 16:58
周俊西
阅读(36)
评论(0)
推荐(0)
摘要:
class User: def __init__(self, name='guest', password=111111, status=1): self._name = name self._password = password self._status = status def info(se 阅读全文
posted @ 2022-06-07 12:10
周俊西
阅读(32)
评论(0)
推荐(0)
摘要:
task1 f1=open('data3_id.txt','r',encoding='utf-8') list1,list3=[],[] for i in f1.readlines(): list1.append(i.strip().split(',')) def is_valid(x): if l 阅读全文
posted @ 2022-06-01 16:52
周俊西
阅读(32)
评论(0)
推荐(0)
浙公网安备 33010602011771号