diff --git a/superstar.py b/superstar.py index 2380c63..2185337 100644 --- a/superstar.py +++ b/superstar.py @@ -6,5 +6,5 @@ def greet(name): def add(a, b): """Function to add two numbers.""" return a + b - -# This is a comment line +def multiply(a, b): + return a * b \ No newline at end of file