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 +