1 Star 0 Fork 2

Jungle8884/AtTerminalV2

forked from w-8/AtTerminalV2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.py 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
w-8 提交于 2022-11-11 06:54 . all code
cc="qwertyuiopasdfghjklzxcvbnm,]'/[;.\r\n"
temp=""
for idx in cc:
# print(hex(ord(idx)))
temp+="{:0>2}".format(hex(ord(idx)).replace("0x",""))
# print(ord("g"))
# zs=hex(33)
print(temp.upper())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jungle8884/at-terminal-v2.git
[email protected]:jungle8884/at-terminal-v2.git
jungle8884
at-terminal-v2
AtTerminalV2
master

搜索帮助