1 Star 0 Fork 1

micropython/micropython

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bytes_construct.py 263 Bytes
Copy Edit Raw Blame History
# test construction of bytearray from array with float type
try:
from uarray import array
except ImportError:
try:
from array import array
except ImportError:
print("SKIP")
raise SystemExit
print(bytes(array("f", [1, 2.3])))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/final_micropython/micropython.git
git@gitee.com:final_micropython/micropython.git
final_micropython
micropython
micropython
master

Search