addition test
This commit is contained in:
parent
7e8baadaf2
commit
0abeea795b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ def conv(value):
|
|||
return str(value)
|
||||
|
||||
# The 'add2' function itself
|
||||
# This is a function to add two numbers
|
||||
def add2(arg1, arg2):
|
||||
# Convert 'arg1' and 'arg2' to their appropriate types
|
||||
arg1conv = conv(arg1)
|
||||
|
|
Loading…
Reference in a new issue