added comments

This commit is contained in:
udayakr 2019-02-03 16:48:04 +05:30 committed by GitHub
parent ca682ab3b8
commit f0908608b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. # 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): def conv(value):