Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

86 bytes added, 09:31, 1 June 2017
PART 2 - Providing Functions With Arguments
# Remember to make sure the function accepts 2 arguments
print(sum_numbers(10, 5))print(subtract_numbers(10, 5))print(multiply_numbers(10, 5))
</source>
13,420
edits