Add PY4E directory for study of that book
parent
f7e3296b6c
commit
4d1a1b61be
@ -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
|
||||
|
Loading…
Reference in New Issue