Skip to content

Update README to reflect Python project structure#27

Draft
pallaviraiturkar0 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-readme-file-yet-again
Draft

Update README to reflect Python project structure#27
pallaviraiturkar0 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-readme-file-yet-again

Conversation

Copilot AI commented Nov 18, 2025

Copy link
Copy Markdown

The existing README was a generic template with Node.js/npm setup instructions for a Python project containing hello.py and sort_descending.py.

Changes

  • Project description: Updated title and description to reflect actual Python scripts
  • Setup instructions: Removed npm install, added Python 3.x requirement
  • Usage section: Added examples for both scripts with expected outputs
  • Code blocks: Changed syntax highlighting from generic to bash

Example

Before:

npm install

After:

python sort_descending.py
# Enter numbers separated by spaces: 5 2 8 1 9 3
# Numbers in descending order: [9, 8, 5, 3, 2, 1]

View original Slack conversation


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pallaviraiturkar0 <191165691+pallaviraiturkar0@users.noreply.github.com>
Copilot AI changed the title [WIP] Add README file to project Update README to reflect Python project structure Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants