diff --git a/Hello.py b/Hello.py new file mode 100644 index 0000000..633015e --- /dev/null +++ b/Hello.py @@ -0,0 +1,4 @@ +def Hello(name): + print("Hello " + name) + +Hello("BChange in B") \ No newline at end of file diff --git a/chap1.txt b/chap1.txt index f2a53d7..724a8eb 100644 --- a/chap1.txt +++ b/chap1.txt @@ -25,4 +25,8 @@ transform into world champions with tiny changes that, at first glance, would seem to make a modest difference at best? Why do small improvements accumulate into such remarkable results, and how can you replicate this approach in your own life? -This is test where I am making changes \ No newline at end of file +This is test where I am making changes. + + + +This is where i am making changes. \ No newline at end of file diff --git a/hello.txt b/hello.txt index 46b134b..bb28df1 100644 Binary files a/hello.txt and b/hello.txt differ diff --git a/test.txt b/test.txt deleted file mode 100644 index 56039ce..0000000 Binary files a/test.txt and /dev/null differ