python画出十二星座图形

python画出十二星座图形

for i in range(12):
    print(chr(9800+i),end="\n")

运行结果:
python画出十二星座图形_第1张图片

你可能感兴趣的:(python)