You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @EHJ-52n i think there needs to be made some minor changes in order for it to work as instead of directly applying round function you can use "%.2f" % round() now it will ive answer as string and the we can convert the string to integer or you can use lat_lo= lat_lo("%.2f" % lat_lo)
thank you
The coordinates in the result should be rounded to reasonable accuracy, too, as we do it for the input:
Go to Code.
Requesting the following data, the resulting coordinates have up to 16 decimal places.
The text was updated successfully, but these errors were encountered: