I started with sql with sql Statement to get a value , Then return the tuple , There's a problem here , It will appear demical, I only use results = [tuple(str(item) for item in t) for t in number] To solve this problem .
In this case ,demical Will disappear , But it still can't display pure numbers , Cause me to use flask Of jinja2 When rendering a page , The passed value always has other symbols , It's not a pure number ? Is there any way to turn the value into a pure number ?