diff --git a/hello_world.py b/hello_world.py index 2337b0e..ded7383 100644 --- a/hello_world.py +++ b/hello_world.py @@ -9,11 +9,12 @@ print("now add a different line") - print("This is a new line to add") 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")