Update product_of_scientific_notations.py

This commit is contained in:
Luke Weiler
2022-12-18 23:55:29 -05:00
committed by GitHub
parent 7bb7494ccc
commit 5bbf9bcb76

View File

@@ -21,5 +21,5 @@ def gen_func(minExpVal=-100, maxExpVal=100, format='string'):
return a, b, c return a, b, c
product_of_scientific_notations = Generator("Product of scientific notaions", 121, gen_func, product_of_scientific_notations = Generator("Product of scientific notations", 121, gen_func,
["minExpVal=-100", "maxExpVal=100"]) ["minExpVal=-100", "maxExpVal=100"])