随笔分类 - 诗和远方
小工具,技巧,等有意思的代码
摘要:网页效果图:http://www.dycun.cc/ 如下: css代码 main.css: reset.css html代码: 资源文件: capate.jpg egg,jpg fresh.jpg friut.jpg foods.jpg logo.png pic01.jpg pic02.jpg b
阅读全文
摘要:import turtle turtle.screensize(400, 300, "pink") turtle.setup(1000, 600) turtle.write('作者:好一朵玫瑰花 ', move = True, align = 'left', font = ('楷体', 16, 'normal')) # 设置初始位置 turtle.penup() turt...
阅读全文
摘要:from turtle import * a = Turtle() screensize(400, 300, "blue") setup(width=1300, height=650, startx=20, starty=20) a.speed(10) a.hideturtle() a.pensize(2) a.color('red', 'pink') a.up() a.goto(200, 0...
阅读全文
摘要:def FZZL(): print(" _ooOoo_ ") print(" o8888888o ") print(" 88 . 88 ") print(" ...
阅读全文