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
- Unarchived Memories December 17, 2025
- Fixing CloudFront HTTP/2 Configuration December 15, 2025
- Packets to a Silent Modem December 14, 2025