From f0908608b69cf68c83179fc4e9d34921b6ad7695 Mon Sep 17 00:00:00 2001 From: udayakr <37626471+udayakr@users.noreply.github.com> Date: Sun, 3 Feb 2019 16:48:04 +0530 Subject: [PATCH] added comments --- sources/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):