From 0a5b35cf1a30221993e73d0ad105f43e9684cb27 Mon Sep 17 00:00:00 2001 From: Bhavya Date: Sat, 26 Jul 2025 12:34:48 +0530 Subject: [PATCH] Commit from Bhavya --- superstar.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/superstar.py b/superstar.py index 2380c63..e1a5683 100644 --- a/superstar.py +++ b/superstar.py @@ -8,3 +8,7 @@ def add(a, b): return a + b # This is a comment line + +def hello(): + print("Hello Bhavya !") + print("Saturday - 12.30 pm")