addition test

This commit is contained in:
udayakr 2019-02-09 11:06:30 +05:30 committed by GitHub
parent 7e8baadaf2
commit 0abeea795b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ def conv(value):
return str(value) return str(value)
# The 'add2' function itself # The 'add2' function itself
# This is a function to add two numbers
def add2(arg1, arg2): def add2(arg1, arg2):
# Convert 'arg1' and 'arg2' to their appropriate types # Convert 'arg1' and 'arg2' to their appropriate types
arg1conv = conv(arg1) arg1conv = conv(arg1)