diff --git a/backup.sh b/backup.sh new file mode 100644 index 0000000..ec76ec2 --- /dev/null +++ b/backup.sh @@ -0,0 +1 @@ +backup 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() 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 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)