Skip to content

Added greeting.py with greet() and main#696

Open
opencode-agent[bot] wants to merge 1 commit into
mainfrom
opencode/issue693-20260330052809
Open

Added greeting.py with greet() and main#696
opencode-agent[bot] wants to merge 1 commit into
mainfrom
opencode/issue693-20260330052809

Conversation

@opencode-agent
Copy link
Copy Markdown

I've added greeting.py to the repo root.

Contents implemented:

  • greet(name: str) -> str with a docstring
  • Returns "Hello, {name}!"
  • Main block that prints the result of greet("World")

File:

  • greeting.py

Verification:

  • Run: python greeting.py
  • Expected output: Hello, World!

Closes #693

New%20session%20-%202026-03-30T05%3A28%3A09.183Z
opencode session  |  github run

Co-authored-by: dzianisv <dzianisv@users.noreply.github.com>
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.

Add a greeting.py script

0 participants