While loop - Python program

Find first n numbers divisible by 5 using while loop
 
Code Snippet:


First n number divisible by 5 using while loop
Output:

Output - first n number divisible by 5

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...