hi to triggera

This commit is contained in:
jaksrini 2019-05-26 15:16:53 -07:00
parent 8c907724bd
commit affdc963b5

View file

@ -1,5 +1,5 @@
'''
The 'calc' library contains the 'add2' function that takes 2 values and adds
The 'calc' library contains the 'add2' function that takes 2 values and addsa
them together. If either value is a string (or both of them are) 'add2' ensures
they are both strings, thereby resulting in a concatenated result.
NOTE: If a value submitted to the 'add2' function is a float, it must be done so