[PR #1651] [CLOSED] sort even numbers in ascending order, and in descending order #1436

Closed
opened 2025-11-06 13:16:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1651
Author: @shettyAnish
Created: 10/4/2020
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • b322782 To do two way sort. First sort even numbers in ascending order,then odd numbers in descending order.

📊 Changes

1 file changed (+31 additions, -0 deletions)

View changed files

program to sort even numbers in ascending order ,then odd numbers in descending order (+31 -0)

📄 Description

…odd numbers in descending order.

program to sort even numbers in ascending order ,then odd numbers in descending order

What is this Python project?

Describe features.

What's the difference between this Python project and similar ones?

Enumerate comparisons.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1651 **Author:** [@shettyAnish](https://github.com/shettyAnish) **Created:** 10/4/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b322782`](https://github.com/vinta/awesome-python/commit/b3227824581df105cbff17fa81d26df55982a58e) To do two way sort. First sort even numbers in ascending order,then odd numbers in descending order. ### 📊 Changes **1 file changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `program to sort even numbers in ascending order ,then odd numbers in descending order` (+31 -0) </details> ### 📄 Description …odd numbers in descending order. program to sort even numbers in ascending order ,then odd numbers in descending order ## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones? Enumerate comparisons. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:16:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1436