From 3aaed53ef309b3c6ed519d9e6aa06ff613533919 Mon Sep 17 00:00:00 2001 From: Matthews12345 <117388645+Matthews12345@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:27:31 +0300 Subject: [PATCH 1/4] Create new.py --- new.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 new.py diff --git a/new.py b/new.py new file mode 100644 index 0000000..8da5967 --- /dev/null +++ b/new.py @@ -0,0 +1,3 @@ +def f(): + print(1000-1) +f() From b3779da2b000d4b003a34e5242a24402f55b2920 Mon Sep 17 00:00:00 2001 From: Matthew <215769@edu.fa.ru> Date: Fri, 4 Nov 2022 15:39:38 +0300 Subject: [PATCH 2/4] first commit --- backup.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 backup.sh diff --git a/backup.sh b/backup.sh new file mode 100644 index 0000000..ec76ec2 --- /dev/null +++ b/backup.sh @@ -0,0 +1 @@ +backup From 56b0938d5b2985407433c6418879ae297dfd7ea3 Mon Sep 17 00:00:00 2001 From: Matthew <215769@edu.fa.ru> Date: Fri, 4 Nov 2022 16:03:21 +0300 Subject: [PATCH 3/4] comment added --- new_comment.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 new_comment.txt diff --git a/new_comment.txt b/new_comment.txt new file mode 100644 index 0000000..e27a79b --- /dev/null +++ b/new_comment.txt @@ -0,0 +1 @@ +good job From 9728dbe7e1aac945b21a5fc492f564702ddc9f6b Mon Sep 17 00:00:00 2001 From: Matthew <215769@edu.fa.ru> Date: Fri, 4 Nov 2022 16:12:18 +0300 Subject: [PATCH 4/4] added py --- pycharm_test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pycharm_test.py diff --git a/pycharm_test.py b/pycharm_test.py new file mode 100644 index 0000000..b534518 --- /dev/null +++ b/pycharm_test.py @@ -0,0 +1,3 @@ +a=1000-7 +for i in range (10): + print(a)