From d789976ed5884cde66a83daffc0a9e4f559295aa Mon Sep 17 00:00:00 2001 From: rhythmrx9 Date: Sat, 9 Oct 2021 18:43:21 +0530 Subject: [PATCH 1/3] test change --- rhythmrx9.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 rhythmrx9.py diff --git a/rhythmrx9.py b/rhythmrx9.py new file mode 100644 index 0000000..e69de29 From e2e617ef70fac80960a7c1a4329d869b23e63c03 Mon Sep 17 00:00:00 2001 From: rhythmrx9 Date: Sat, 9 Oct 2021 18:47:53 +0530 Subject: [PATCH 2/3] another change --- rhythmrx9.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rhythmrx9.py b/rhythmrx9.py index e69de29..6110030 100644 --- a/rhythmrx9.py +++ b/rhythmrx9.py @@ -0,0 +1,2 @@ +print("sample file") +print("another change") \ No newline at end of file From a40e1bb627c106febf1e43e3eb0c9729e9666637 Mon Sep 17 00:00:00 2001 From: rhythmrx9 Date: Sat, 9 Oct 2021 18:48:51 +0530 Subject: [PATCH 3/3] added comment to myfirstclass.py --- myfirstclass.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/myfirstclass.py b/myfirstclass.py index 56e5d1e..5682aba 100644 --- a/myfirstclass.py +++ b/myfirstclass.py @@ -1 +1,2 @@ -# Make changes to this file. \ No newline at end of file +# Make changes to this file. +# this is my change \ No newline at end of file