From 8c907724bdd321f77f31f99351889911a9c8f84d Mon Sep 17 00:00:00 2001 From: jaksrini Date: Sun, 26 May 2019 15:14:23 -0700 Subject: [PATCH] hi to trigger --- sources/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/calc.py b/sources/calc.py index b7c230a..8e0f3d6 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -6,7 +6,7 @@ NOTE: If a value submitted to the 'add2' function is a float, it must be done so in quotes (i.e. as a string). ''' -# If 'value' is not an integer, convert it to a float and failing that, a string. +# If 'value' is not an integer, convert it to a float and failing that, a string... def conv(value): try: return int(value)