国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

python愛心表白 每天都是浪漫七夕!

2020-01-04 14:41:24
字體:
供稿:網(wǎng)友

本文為大家分享了python愛心表白的具體代碼,供大家參考,具體內(nèi)容如下

import turtleimport time# 畫愛心的頂部def LittleHeart():  for i in range(200):    turtle.right(1)    turtle.forward(2)# 輸入表白的語句,默認(rèn)I Love youlove = input('Please enter a sentence of love, otherwise the default is "I Love you": ')# 輸入署名或者贈誰,沒有不執(zhí)行me = input('Please enter pen name, otherwise the default do not execute: ')if love == '':  love = 'I Love you'# 窗口大小turtle.setup(width=900, height=500)# 顏色turtle.color('red', 'pink')# 筆粗細(xì)turtle.pensize(3)# 速度turtle.speed(1)# 提筆turtle.up()# 隱藏筆turtle.hideturtle()# 去到的坐標(biāo),窗口中心為0,0turtle.goto(0, -180)turtle.showturtle()# 畫上線turtle.down()turtle.speed(1)turtle.begin_fill()turtle.left(140)turtle.forward(224)# 調(diào)用畫愛心左邊的頂部LittleHeart()# 調(diào)用畫愛右邊的頂部turtle.left(120)LittleHeart()# 畫下線turtle.forward(224)turtle.end_fill()turtle.pensize(5)turtle.up()turtle.hideturtle()# 在心中寫字 一次turtle.goto(0, 0)turtle.showturtle()turtle.color('#CD5C5C', 'pink')# 在心中寫字 font可以設(shè)置字體自己電腦有的都可以設(shè) align開始寫字的位置turtle.write(love, font=('gungsuh', 30,), align="center")turtle.up()turtle.hideturtle()time.sleep(2)# 在心中寫字 二次turtle.goto(0, 0)turtle.showturtle()turtle.color('red', 'pink')turtle.write(love, font=('gungsuh', 30,), align="center")turtle.up()turtle.hideturtle()# 寫署名if me != '':  turtle.color('black', 'pink')  time.sleep(2)  turtle.goto(180, -180)  turtle.showturtle()  turtle.write(me, font=(20,), align="center", move=True)# 點(diǎn)擊窗口關(guān)閉window = turtle.Screen()window.exitonclick()

運(yùn)行結(jié)果:

python,愛心表白

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持VEVB武林網(wǎng)。


注:相關(guān)教程知識閱讀請移步到python教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 民乐县| 望都县| 黄骅市| 宁陕县| 井冈山市| 潮安县| 泰安市| 左权县| 汉源县| 大田县| 叶城县| 新密市| 江川县| 故城县| 沁源县| 德州市| 遵义市| 会东县| 灵台县| 金昌市| 庆城县| 中方县| 安仁县| 怀化市| 迁安市| 沐川县| 吉水县| 合肥市| 那坡县| 崇阳县| 五寨县| 大田县| 长沙市| 罗城| 临泉县| 大方县| 佛学| 苗栗县| 聊城市| 育儿| 什邡市|