PLAN SECTIONS - PLAN SECTIONS - write in english - write code
Enter names
Enter times - valid times (check match)
sort times - then names to ascending order
Return/print top three names and times in ascending order, First, Second, Third
Member certificate array for those in top three positions
Enter times and validate times...
repeat set number of times:
name - input("Please enter your name")
time - int(input"Please enter your time ")
time2 - int(input("Please enter your second time"))
if (time == time2):
add time to the time array if matching
enter also name - add to the name array