diff --git a/Test2.py b/Test2.py index 98e662d..2042fce 100644 --- a/Test2.py +++ b/Test2.py @@ -1 +1,3 @@ -a = input("Hello World") +a = ("Hello World!") +print(a) +# I have updated the repo