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
- Jurassic World Rebirth July 02, 2025
- Vintage Adverts July 02, 2025
- Ready Player One June 29, 2025