Components of Code
摘要
In this chapter, we will look at the basic components of code. We will start with variables, which are the most basic building blocks of code. We will then move on to strings, lists, dicts, and tuples. These are the most important data structures in Python and also in any other programming language. We will also look at the basic operations that can be performed on these data structures.