Defining a Function
February 04, 2018
Ended the week with revision. Have to build this into learning if I want to remember what I've studied.
Defining a function:
def print_three(arg1, arg2, arg3):
print "Name: %r, Surname: %r, Country: %r" % (arg1, arg2, arg3)
print_three("Elle", "Macpherson", "Australia")
Recent Entries
- Filter First, Think Later February 21, 2026
- Five Hundred Bugs That Fuzzers Missed February 20, 2026
- Gemini 3.1 Pro and the 0.1 That Matters February 19, 2026