diff --git a/sources/calc.py b/sources/calc.py index f8da797..9bb09fa 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -7,7 +7,7 @@ in quotes (i.e. as a string). ''' # If 'value' is not an integer, convert it to a float and failing that, a string. - +# This is the file to calculate the additon of two numbers. def conv(value):