python dig.py
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python dig.py相关的知识,希望对你有一定的参考价值。
dic = {0: 0x7e4242424242427e,
1: 0x0206020202020202,
2: 0x3c4202040810207e,
3: 0x3c42020C0202423c,
4: 0x02060A123F020202,
5: 0x7E40407C0202423c,
6: 0x3c42407c4242423c,
7: 0x7e02040810101010,
8: 0x3c42423c4242423c,
9: 0x3c42423e0202423c,
}
def gen(digit):
for i in range(8):
for j in range(8):
yield "*" if digit & 0x8000000000000000 else " "
digit <<= 1
yield "\n"
x = int(input("enter digit:"))
print("".join(gen(dic[x])))
以上是关于python dig.py的主要内容,如果未能解决你的问题,请参考以下文章
001--python全栈--基础知识--python安装
Python代写,Python作业代写,代写Python,代做Python
Python开发
Python,python,python
Python 介绍
Python学习之认识python