From cee4da7c67472266793c64958ca7e85525eefc08 Mon Sep 17 00:00:00 2001 From: Ruilong Zhuang Date: Mon, 28 Oct 2019 20:14:25 -0700 Subject: [PATCH 1/2] Changed something --- newBranch1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newBranch1.txt b/newBranch1.txt index d3105d5..026183f 100644 --- a/newBranch1.txt +++ b/newBranch1.txt @@ -1 +1 @@ -Hi, this is a new branch! +Hi, this is a new branch! And I changed it again! From a50291f9edad7e7a20a64987215f559e66213994 Mon Sep 17 00:00:00 2001 From: Ruilong Zhuang Date: Mon, 28 Oct 2019 20:22:46 -0700 Subject: [PATCH 2/2] Fix it --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index ce79730..ae37fe3 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,7 @@ def main(): # Part 5: Copy this line to call `print_file` on your own file. print_file('beszel.txt') + print_file('newBranch1.txt') def print_file(path): f = open(path, 'r')