From 7a8e9acd5293144f76f7cc4bad80ec14d10bcc64 Mon Sep 17 00:00:00 2001 From: Saurabh dekate Date: Mon, 18 Feb 2019 12:36:29 -0800 Subject: [PATCH 1/4] testing --- Test.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Test.py diff --git a/Test.py b/Test.py new file mode 100644 index 00000000..d688dda1 --- /dev/null +++ b/Test.py @@ -0,0 +1,7 @@ +#/bin/python + +print("Hello") + +print("Hello 2") + + From bdb135c7528daad3368a0e0018653360ebf04c82 Mon Sep 17 00:00:00 2001 From: SaurabhDekate Date: Mon, 18 Feb 2019 12:54:40 -0800 Subject: [PATCH 2/4] Update Test.py adding test4 and test 5 --- Test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Test.py b/Test.py index d688dda1..dbae9f83 100644 --- a/Test.py +++ b/Test.py @@ -5,3 +5,6 @@ print("Hello 2") +print("Test4") + +print("Test5") From f2f6c3beb61470c230937fbdf31493effcbf960f Mon Sep 17 00:00:00 2001 From: Saurabh dekate Date: Mon, 18 Feb 2019 13:04:57 -0800 Subject: [PATCH 3/4] Testing --- Test1.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Test1.txt diff --git a/Test1.txt b/Test1.txt new file mode 100644 index 00000000..7be99943 --- /dev/null +++ b/Test1.txt @@ -0,0 +1,3 @@ +sfjknvjdhv fdj vjfv fdhjv jdhv dhjv +fhbv jhdfbv fdhb fkdn vksjnv +hjbv ajbv aehjdbfv aejhdv ejh From cdc4cd79fa5d4c1f9c050b5b88c1ad5bb1f4e787 Mon Sep 17 00:00:00 2001 From: Saurabh dekate Date: Mon, 18 Feb 2019 13:10:11 -0800 Subject: [PATCH 4/4] Merging --- Test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Test.py b/Test.py index dbae9f83..08397002 100644 --- a/Test.py +++ b/Test.py @@ -4,7 +4,4 @@ print("Hello 2") - print("Test4") - -print("Test5")