import json import random list = [] strs = " "+str(round(random.uniform(10, 20),2))+"\n"; print(strs+"\r\n"); for b in bytearray(bytes(strs, ...
確定! 回上一頁