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")