Skip to content

Add hello world script (Tanayajadhav1_hello.py)#776

Open
Tanayajadhav1 wants to merge 1 commit into
sbmxc:masterfrom
Tanayajadhav1:add-hello-tanaya
Open

Add hello world script (Tanayajadhav1_hello.py)#776
Tanayajadhav1 wants to merge 1 commit into
sbmxc:masterfrom
Tanayajadhav1:add-hello-tanaya

Conversation

@Tanayajadhav1
Copy link
Copy Markdown

Added a Hello World script in Python as part of contribution.

Copilot AI review requested due to automatic review settings April 24, 2026 04:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Python “Hello, World!” script under scripts/ as a simple contribution example.

Changes:

  • Introduces scripts/Tanayajadhav1_hello.py with a main() entrypoint and __main__ guard
  • Prints a hello message plus a few additional lines including the current timestamp

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +4
import datetime

def main():
print("🌍 Hello, World!")
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repository README documents a naming convention for hello-world scripts in scripts/ (e.g., hello_world_<username>.<ext> or <username>.<ext>). Tanayajadhav1_hello.py doesn’t match either pattern, which makes the directory harder to scan/search consistently. Consider renaming the file to follow the documented convention (and update the PR accordingly).

Copilot uses AI. Check for mistakes.
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