#This file twoPictures.py is for Q2 of A2.  You may insert lines as needed.
#Do not delete comments. The sizes of gaps do not indicate length of question.
#Begin your specification of the function here

#End your specification of the function here
def twoPictures(): #you may insert any needed inputs here
  #Set-up anything you need to before your loops here.
  
  #End your pre-processing
  #Begin your loops here (include the necessary if statements inside them)
  
  
  #End your loops
  #Begin any post-loop work you need to do.

  #End your function here.
# If you wish to use any helper functions copy their code into this file
# below these comments. This means any functions that aren't already defined
# in JES

