Functions in Python

Go to IDLE and open a new file
Copy the below and place in to the window:

    print ("    ,__           ")
    print ("   / /^\  ,____   ")
    print ("   \_), ^^  _, \  ")
    print ("      / @ @ \(_/  ")
    print ("  ___{_-.x.-_}__  ")
    print ("(_______________) ")
    print ("     |       |    ")
    print ("     |       |    ")
    print ("     |       |    ")
    print ("     |       |    ")
    print ("     |_______|    ")



Type in the rest of the code on slide 4 and 5 below


Attempt the challenge on slide 6

OR

Annotate the loop code:
Label the variables
What does the print do?
What part is a string?
What does the code do?
What can we change to make a different outcome?