diff --git a/main.py b/main.py index 2c117eb..4a039ac 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ #creating a simple function def my_function(fname): - print(fname + " Goslee") + print(fname + " Goslee" + " loves candy corn") my_function("Trenisha")