First commit
Former-commit-id: 424079609133edcc501ae185509836ee1181a02c
This commit is contained in:
3
name_code/web/main.py
Normal file
3
name_code/web/main.py
Normal file
@ -0,0 +1,3 @@
|
||||
t=input("Name: ").encode("GB2312")
|
||||
for i in range(0,len(t),2):
|
||||
print("%02d%02d"%(t[i]-0xA0,t[i+1]-0xA0),end=" ")
|
Reference in New Issue
Block a user