文件名称:Cistercian-Numerals-Python:使用Python和Turtle绘制14世纪从1到9999的数字的Cistercian表示
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-16 01:22:58
Python
Cistercian-Numerals-Python 使用Python绘制14世纪Cistercian表示从1到9999的数字 本文的灵感 实际上,到2020年末才有提案将Cistercian数字添加到unicode 这是我的第一个程序,我用它来学习和使用Python。 它依赖于Turtle Graphics(导入turtle) 基本符号的比例为2x3,我将6个正方形映射为12个点,并分别分配了一个绘图值。 1 2 3 4 5 6 7 8 9 10 11 12 point1 =(-50,150)point2 =(0,150)point3 =(50,150)point4 =(-50,100)point5 =(0,100)point6 =(50,100)point7 =(-50,50)point8 =(0,50 )point9 =(50,50)point10 =(-50,0)po
【文件预览】:
Cistercian-Numerals-Python-main
----CistercianNumbers.py(7KB)
----LICENSE(34KB)
----README.md(1KB)