Python: Using lower function on tuples
问题 I'm new to Python and have looked at quite a bit of documentation to figure out what is going on, but haven't had any luck. I have a list of tuples that I need to convert to lowercase and perform mathematical operations on all values in the list. The "E", needs to become an "e" in order to perform mathematical operations. If there is a single value in a given list of tuples, the following works: EarthU = ['1.3719107E+11', '8.3311764E-02', '2.2719107E+11', '1.4880643E+03'] earthU = [element