From 001bc9d8aef4f19188110252bc2d65d5d3641306 Mon Sep 17 00:00:00 2001 From: Suchitainf Date: Wed, 14 Oct 2020 15:24:18 +0530 Subject: [PATCH] Update calc.py --- sources/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/calc.py b/sources/calc.py index 368c55b..0d461a1 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -3,7 +3,7 @@ The 'calc' library contains the 'add2' function that takes 2 values and adds them together. If either value is a string (or both of them are) 'add2' ensures they are both strings, thereby resulting in a concatenated result. NOTE: If a value submitted to the 'add2' function is a float, it must be done so -in quotes (i.e. as a string). +in quotes (i.e. as a string). update ''' # If 'value' is not an integer, convert it to a float and failing that, a string.