Python program to find the greater of 2 numbers

Write a function in python to find the greater of 2 numbers.

Code Snippet:


Python program to find the greater of 2 numbers
Greater of 2 numbers

Output:

Python program to find the greater of 2 numbers
Output - Greater of  2 numbers

No comments:

Post a Comment

You might also like

Deploy your Django web app to Azure Web App using App Service - F1 free plan

In this post, we will look at how we can deploy our Django app using the Microsoft Azure app service - a free plan. You need an Azure accoun...