From 4d1a1b61befa30b9efd8993b0979f3b13c2819a7 Mon Sep 17 00:00:00 2001 From: Jeffrey Elkner Date: Thu, 18 May 2023 10:53:02 -0400 Subject: [PATCH] Add PY4E directory for study of that book --- PY4E/ch02/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 PY4E/ch02/README.md diff --git a/PY4E/ch02/README.md b/PY4E/ch02/README.md new file mode 100644 index 0000000..0dd2079 --- /dev/null +++ b/PY4E/ch02/README.md @@ -0,0 +1,18 @@ +# Chapter 2: Variables, expressions, and statements + +This chapter discusses the following topics: + +* Values and types +* Variables +* Variable names and keywords +* Statements +* Operators and operands +* Expressions +* Order of operations +* Modulus operator +* String operations +* User input +* Comments +* Choosing good variable names +* Debugging +