> For the complete documentation index, see [llms.txt](https://563124966.gitbook.io/test/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://563124966.gitbook.io/test/section1/example2.md).

# example2

想一想：我们应该让变量占用多大的空间，保存什么样的数据？

为了更充分的利用内存空间以及更有效率的管理内存，变量是有不同的类型的，如下所示:

1.number int 有符号整形 整数 100 long float 浮点型 3.14 只要有小数点的 complex

2.布尔类型 ture false

3.string

4.list

5.tuple

6.dictionary

可以使用type(变量的名字)，来查看变量的类型
