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
- Entropy November 13, 2025
- The Unquiet Past November 12, 2025
- King Sorrow October 22, 2025