From d05037152709c8e7fb4c7068c9d136caff666eee Mon Sep 17 00:00:00 2001 From: Scottmar93 Date: Tue, 30 Oct 2018 20:24:11 +0000 Subject: [PATCH 1/2] added a 3rd different line --- hello_world.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.py b/hello_world.py index 4b57f7a..22dce44 100644 --- a/hello_world.py +++ b/hello_world.py @@ -9,6 +9,8 @@ print("now add a different line") +print("going to add something for the 3rd branch") + plt.plot(x, y) plt.title("Sine") plt.xlabel("x") From 9085b1a5c03dbfca07a4f0f6e65b9b30229995d5 Mon Sep 17 00:00:00 2001 From: Scottmar93 Date: Tue, 30 Oct 2018 20:34:19 +0000 Subject: [PATCH 2/2] checked out the second brand and made some changes --- hello_world.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.py b/hello_world.py index 5b3fc71..ded7383 100644 --- a/hello_world.py +++ b/hello_world.py @@ -13,6 +13,8 @@ print("now we have both lines") +print("I am now checking out this second branch and making changes") + plt.plot(x, y) plt.title("Sine") plt.xlabel("x")