From bd0beef502ccf851a5bf5a8ed7457ec04d18f54c Mon Sep 17 00:00:00 2001 From: Nat Lopez Date: Mon, 18 Jan 2016 18:59:12 -0500 Subject: [PATCH 1/3] Created 2nd assignment --- _posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md diff --git a/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md new file mode 100644 index 00000000..d11940e5 --- /dev/null +++ b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md @@ -0,0 +1,9 @@ +--- +layout: post +author: +title: "Nat's 2nd Assignment!" +--- + + + +It took a while to figure out how to print welcome, how to multiply rate and hour because I wasn't sure how to combine the int functions in one expression. I was able to figure out the last exercise but I do think the prompt function is still a little fuzzy for me (i.e. why did I need to define temp separately? why couldn't I just use print prompt?) The other thing was I didn't know how to separate the exercises from each other. From 7cb1e5e6fcea5608e55f02daf3f3b4a9a1fea156 Mon Sep 17 00:00:00 2001 From: Nat Lopez Date: Tue, 19 Jan 2016 12:16:20 -0500 Subject: [PATCH 2/3] Update 2016-01-19-batlopez-assgnmt2-post.md --- _posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md index d11940e5..2912c18f 100644 --- a/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md +++ b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md @@ -3,7 +3,13 @@ layout: post author: title: "Nat's 2nd Assignment!" --- - +Welcome! +Temperature + + +Hourly Rate + + It took a while to figure out how to print welcome, how to multiply rate and hour because I wasn't sure how to combine the int functions in one expression. I was able to figure out the last exercise but I do think the prompt function is still a little fuzzy for me (i.e. why did I need to define temp separately? why couldn't I just use print prompt?) The other thing was I didn't know how to separate the exercises from each other. From bc3d17a9db098d5b0b77562a54794e4326e39bc6 Mon Sep 17 00:00:00 2001 From: Nat Lopez Date: Tue, 19 Jan 2016 12:16:35 -0500 Subject: [PATCH 3/3] Update 2016-01-19-batlopez-assgnmt2-post.md --- _posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md index 2912c18f..92273912 100644 --- a/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md +++ b/_posts/batlopez/2016-01-19-batlopez-assgnmt2-post.md @@ -1,6 +1,6 @@ --- layout: post -author: +author: batlopez title: "Nat's 2nd Assignment!" --- Welcome!