Skip to content

Change line 5 to print "hello" instead of "hi"#22

Draft
Copilot wants to merge 2 commits into
copilot/robust-finchfrom
copilot/print-hello-message-yet-again
Draft

Change line 5 to print "hello" instead of "hi"#22
Copilot wants to merge 2 commits into
copilot/robust-finchfrom
copilot/print-hello-message-yet-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Oct 17, 2025

This PR updates the print statement on line 5 of main.py to output "hello" instead of "hi".

Changes

  • Modified line 5: print("hi")print("hello")

Output

The script now produces:

hi
hello

This change addresses the requirement to print "hello" at the user's cursor position (line 5, column 2).

Original prompt

print hello

User is on file main.py at position 5:2

Created from VS Code via the GitHub Pull Request extension.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: dineshc-msft <43796661+dineshc-msft@users.noreply.github.com>
Copilot AI changed the title [WIP] Add print statement for hello Change line 5 to print "hello" instead of "hi" Oct 17, 2025
Copilot AI requested a review from dineshc-msft October 17, 2025 00:03
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