update name code

Former-commit-id: bcf5d5386484f9a6f6fdcd496e15e4b897ade00f
This commit is contained in:
2022-06-17 22:34:35 +08:00
parent c24f2f7024
commit 950681fa20
6 changed files with 7571 additions and 99 deletions

View File

@ -10,10 +10,13 @@ with open("File.md","w",encoding="utf-8") as f:
for i in range(1,87+1):
print("|",end='',file=f)
if i%10==0:
for j in range(1,94+2):
print(" |",file=f,end='')
print(' |',file=f,end='')
for j in range(1,94+1):
print('%02d|'%(j,),end='',file=f)
# for j in range(1,94+2):
# print(" |",file=f,end='')
print('',file=f)
print(hex(base+(i<<8))[2:],file=f,end='|')
print('%02d'%i,file=f,end='|')
for j in range(1,94+1):
t=base+(i<<8)+j