【Python】输出12个星座

原理:利用Unicode编码

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

posted @ 2019-12-29 11:15  木子欢儿  阅读(1870)  评论(0编辑  收藏  举报