Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
in quotes (i.e. as a string). update
in quotes (i.e. as a string). updated
'''

# If 'value' is not an integer, convert it to a float and failing that, a string.
Expand Down