标题:python3 turtle怎样打出斜着的文字
只看楼主
carlgwq
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2018-11-25
 问题点数:0 回复次数:0 
python3 turtle怎样打出斜着的文字
在python3中有一个turtle库,其中通过write函数可以在屏幕上打出一行字,请问怎样才能让这行字斜过来?
python3 turtle帮助
https://docs.

测试代码:
程序代码:
from turtle import *
t=Turtle()
ht()
up()
write("test", False, align="center", font=("Arial", 18, "normal"))
goto(0,-50)
right(90)
write("test", False, align="center", font=("Arial", 18, "normal"))

结果:
搜索更多相关主题的帖子: python3 文字 write test False 
2018-11-25 11:47



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-491535-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.170885 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved