For Example this is my list
li = [4.0, 5.15445454, 1.1]
and I want to this
newli = [4.00000, 5.15445, 1.10000]
For Example this is my list
li = [4.0, 5.15445454, 1.1]
and I want to this
newli = [4.00000, 5.15445, 1.10000]
Copyright © 2021 Jogjafile Inc.
This answer explain more.