This repository has been archived on 2026-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
resources/tushare-stock/src/test.py
2024-10-12 09:09:02 +08:00

12 lines
182 B
Python

import tushare as ts
str = ""
flt = 0
try:
flt = float(str)
except Exception as e:
print(e)
flt = 0.0
print("val: %f" % flt)
print (float('452797773974.14'))