Here's the python source code and the screenshot is the code.
# take the input for the age of three finishers
first =int(input("Enter the age of first finisher: "))
second= int(input("Enter the age of second finisher: "))
third= int(input("Enter the age of third finisher: ")
# using min function, to find the youngest finisher
youngest =min(first,second,third)
# print the age of the youngest finisher
print("Age of the youngest finisher is ",youngest)
-----------------------
Hope this helps, now you know the answer and how to do it. HAVE A BLESSED AND WONDERFUL DAY! As well as a great rest of Black History Month! :-)
- Cutiepatutie ☺❀❤