上QQ阅读APP看书,第一时间看更新
Questions
- Why do we need to use variables in code?
- What is the recommended way to name variables? Why does it matter?
- What do data types mean and why do they matter for computation?
- What are the four most popular data types in Python?
- What does the @ operator stand for? Why doesn't it work?
- What are the two operators that will work with strings?
- How would you combine the results of two tests if we need to return a True value, but only when both of them return True? What about when at least one returns True? What about if only one (but not both) returns True?