Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

8 bytes added, 12:41, 2 June 2017
PART 1 - Providing Functions With Arguments
square(12)
square(square(2))
square(
</source>Multiple arguments are separated by '''commas'''. Be careful NOT to provide strings (without using quotes) or using numbers that use decimals in these examples, as you may cause errors.<br><br>
:#Issue the following to declare the function '''sum_numbers()''':<source>
13,420
edits