diff --git a/exercise/script.py b/exercise/script.py index 4b519b4..a0e9a4e 100644 --- a/exercise/script.py +++ b/exercise/script.py @@ -1,2 +1,3 @@ print("This is a basic script to be used during the GitHub tutorial") -print("The author of this script is: ") \ No newline at end of file +print("The author of this script is: ") +print("Ahmed says hello") \ No newline at end of file