hi to triggera
This commit is contained in:
parent
8c907724bd
commit
affdc963b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
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
|
NOTE: If a value submitted to the 'add2' function is a float, it must be done so
|
||||||
|
|
Loading…
Reference in a new issue