I have 2 lists with fractions:
lst1 = [.2568123, .3589123] lst2 = [.5689123, .6547123]
I want to round all of them in one code block. So I tr