Posts by Ameril Guedes • 61 points
2 posts
-
4
votes4
answers5300
viewsQ: How to fix the number of numeric characters in a float?
I wrote a simple code where at the end of a precise mathematical operation the result would be seven numeric characters regardless of where the point is. Unfortunately I can only adjust the…
-
2
votes1
answer1515
viewsQ: Python - filtering data in text files
I’m trying to write a code to read a . txt file and extract numeric coordinates, but this file contains lines with text as well. I’m unable to filter. see a part of the file. So far I’ve managed to…