How could i index the program to output e.g. displayDate(10, 2, 2009) gives "10 Feb 2009" as the output.
def displayDate(day, month, year):
Months = ['Jan', 'Feb', 'March', 'April', 'May', 'June', 'July', 'August', 'Sept', 'October', 'December']