Commit 3aff14ed authored by Mario Chirinos's avatar Mario Chirinos

update

parent bc9ba866
...@@ -13,7 +13,7 @@ def getMinMax(clase): ...@@ -13,7 +13,7 @@ def getMinMax(clase):
data = json.load(json_file) data = json.load(json_file)
values = [] values = []
for k, v in data.items(): for k, v in data.items():
data.append(v[clase]) values.append(v[clase])
print(data) print(data)
#=============================================================================== #===============================================================================
def main(argv): def main(argv):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment