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

凌小赞

打字记录

0

累计打字测试

0 分钟

中文最高打字速度

0 字/分

英文最高打字速度

0 WPM

最近一次中文打字

击败了全国 0% 的人

最近一次英文打字

击败了全国 0% 的人

菱形圆

import turtle as tt.speed(0)t.hideturtle()t.pencolor("red")# 绘制外圆t.penup()t.goto(0,-120)t.pendown()t.circle(120)t.penup()t.home()t.color("bl…

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

游乐园购票系统

print("欢迎来到游乐园购票系统!")# 获取用户的基本信息age = int(input("请输入你的年龄:"))height = int(input("请输入你的身高(单位:厘米):"))print("你的身高是:", height)print("你的年龄是:", age…

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

三位倒序数

print("欢迎来到倒序数字游戏!")number = int(input("请输入一个三位数:"))# 判断输入是否为三位数if 100 # 通过字符串的方式进行倒序 number = str(number) reversed_number = numbe…

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

彩票22选5

import random# 随机生成5个彩票号码winning = random.sample(range(1, 22), 5)print("请输入你选择的5个号码(1到22之间):")user = []# 用户输入5个号码for i in range(5): numbe…

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

石头剪刀布

import randomchoices = ["石头", "剪刀", "布"]# 用户输入user_choice = input("请输入(石头/剪刀/布):")if user_choice not in choices: print("输入无效,请选择石头、剪刀或布。"…

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

彩虹三角形

import turtle as tprint("欢迎来到彩虹三角形绘制程序!")height = int(input("请输入三角形的高度:"))# 定义颜色列表colors = ["red", "orange", "yellow", "green", "blue", "pur…

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

六芒星

import turtle as t t.speed(0)t.hideturtle()t.penup()t.goto(150,8)t.setheading(90)t.pendown()# 绘制六芒星中间的正六边形t.fillcolor('red')t.begin_fill()t.…

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

糖葫芦

import turtle as t t.pensize(5)t.seth(45)t.forward(120)for i in range(3): # 绘制3颗糖葫芦 t.seth(-45) t.fillcolor('red') t.begin_fill() …

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

爱心与扇形

import turtle as t# 绘制爱心t.color('red')t.hideturtle()t.left(45)t.begin_fill()t.forward(200)t.circle(100,180)t.right(90)t.circle(100,180)t.for…

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

随机生成密码

import randomlower='abcdefghijklmnopqrstuvwxyz' # 小写字母upper='ABCDEFGHIJKLMNOPQRSTUVWXYZ' # 大写字母digits='0123456789' # 数字symbols='~!@#$%^&*' #…

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

当前级别

暂无评级!

被谁挑战

暂无被挑战记录!