added comments
This commit is contained in:
parent
ca682ab3b8
commit
f0908608b6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue