mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update product_of_scientific_notations.py
This commit is contained in:
@@ -21,5 +21,5 @@ def gen_func(minExpVal=-100, maxExpVal=100, format='string'):
|
||||
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"])
|
||||
|
||||
Reference in New Issue
Block a user