当前位置:首页 / 个人主页
凌小赞的背景图
凌小赞

凌小赞

打字记录

0

累计打字测试

0 分钟

中文最高打字速度

0 字/分

英文最高打字速度

0 WPM

最近一次中文打字

击败了全国 0% 的人

最近一次英文打字

击败了全国 0% 的人

玫瑰花绘制

#RoseDraw.pyimport turtle as t# 定义一个曲线绘制函数def DegreeCurve(n, r, d=1): for i in range(n): t.left(d) t.circle(r, abs(d))# 初始位…

时间: 2025-04-16 浏览数: 233 收藏数: 0 评分: 0 测试数: 48 最快速度: 30 WPM 字数: 1428 开始打字练习

七段数码管

import turtle,timedef drawGap(): #绘制数码管间隔 turtle.penup() turtle.fd(5)def drawLine(draw): #绘制单段数码管 drawGap() turtle.pendown() i…

时间: 2025-04-16 浏览数: 33 收藏数: 0 评分: 0 测试数: 7 最快速度: 30 WPM 字数: 1459 开始打字练习

python绘制

import turtle as tt.penup() t.forward(-250) t.pendown() t.pensize(25) t.pencolor("purple") t.setheading(-40# 身体for i in range(4): t.circl…

时间: 2025-04-16 浏览数: 72 收藏数: 0 评分: 0 测试数: 19 最快速度: 29 WPM 字数: 254 开始打字练习

冲浪者管理系统

c_id = ['65536', '32768', '16384', '98304']names = ['Maggie', 'Cody', 'Eric', 'Tina']while True: print('冲浪者名单:') for i in range(len(c_…

时间: 2025-04-16 浏览数: 74 收藏数: 0 评分: 0 测试数: 19 最快速度: 32 WPM 字数: 789 开始打字练习

太极

import turtle as tt.speed(0)# 阳鱼t.penup()t.goto(0,-200)t.pendown()t.fillcolor('white')t.begin_fill()t.circle(200)t.end_fill()# 阴鱼t.fillcolor…

时间: 2025-04-16 浏览数: 81 收藏数: 0 评分: 0 测试数: 10 最快速度: 22 WPM 字数: 451 开始打字练习

颜色猜猜乐

import randomcube = '青红绿橙蓝黄'key = random.choice(cube)num = int(input('猜几次?'))for i in range(num): print('猜第'+str(i+1)+'次!') ans = inpu…

时间: 2025-04-16 浏览数: 52 收藏数: 0 评分: 0 测试数: 9 最快速度: 16 WPM 字数: 273 开始打字练习

剪纸

import turtle as tt.speed(0)for i in range(8): t.pensize(3) t.left(105-45*i) t.forward(100) t.right(30) t.forward(100) t.r…

时间: 2025-04-16 浏览数: 44 收藏数: 0 评分: 0 测试数: 10 最快速度: 22 WPM 字数: 474 开始打字练习

雪花

from turtle import *speed(0)pencolor('red')pensize(10)seth(-30)for j in range(6): b = 30 f = 30 for k in range(2): forward(1…

时间: 2025-04-16 浏览数: 62 收藏数: 0 评分: 0 测试数: 15 最快速度: 23 WPM 字数: 358 开始打字练习

气球

import turtle as t# 绘制第一个气球t.color('pink')t.begin_fill()t.circle(100)t.end_fill()t.dot(20)t.right(90)t.forward(200)# 绘制第二个气球t.penup()t.goto(…

时间: 2025-04-16 浏览数: 54 收藏数: 0 评分: 0 测试数: 10 最快速度: 29 WPM 字数: 269 开始打字练习

组合图

import turtle as timport timedef init(): time.sleep(2) t.clear() t.seth(90) t.penup() t.goto(0,0) t.pendown()t.speed(0)col…

时间: 2025-04-16 浏览数: 28 收藏数: 0 评分: 0 测试数: 9 最快速度: 12 WPM 字数: 566 开始打字练习

当前级别

暂无评级!

被谁挑战

暂无被挑战记录!