In this tutorial, you will learn to write a Python Program to check whether a person is eligible for marriage or not.

First, we ask the user to enter sex ( male or female ) then age. We check the criteria’s for male and females for marriage and display the message stating whether they are eligible or not.

#python

Python Program to Check Eligibility for Marriage
27.45 GEEK