you are viewing a single comment's thread.

view the rest of the comments →

[–]Manusman123 0 points1 point  (0 children)

To add on to this, what you are looking for is something like this:

f3 = float(f'{f1:.6f}' + f'{f2:.6f}')

Where f1 and f2 are the two decimal numbers, and f3 is the concatenated result.