MATH 314 Quiz 03
Given on 2026-08-31
-
Write a Python function with one positional argument and one keyword argument with a default value.
-
Call the function without the specifying the keyword argument.
-
Call the function with the keyword argument specified and with a value different from the default.
-
Write code using a Python for loop to sum the numbers from 1 to 11.
-
Define a list containing at least three things. Write a for loop to iterate over your list, printing each item in the list.