Ai
1 Star 1 Fork 0

first_K/Python for HOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frozentest.py 179 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐佐林 提交于 2020-11-30 15:14 +08:00 . Init Version for HOS
print("uPy")
print("a long string that is not interned")
print("a string that has unicode αβγ chars")
print(b"bytes 1234\x01")
print(123456789)
for i in range(4):
print(i)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/CodingCat_k/python-for-hos.git
git@gitee.com:CodingCat_k/python-for-hos.git
CodingCat_k
python-for-hos
Python for HOS
master

搜索帮助