diff --git a/first.py b/first.py index d574ca0..d00543d 100644 --- a/first.py +++ b/first.py @@ -1,2 +1,2 @@ print("Hello") -print("Hello again") \ No newline at end of file +print("Hello again") diff --git a/third.py b/third.py new file mode 100644 index 0000000..b89f139 --- /dev/null +++ b/third.py @@ -0,0 +1 @@ +print("Today is very cold") \ No newline at end of file