📜  python 括号 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:51.842000             🧑  作者: Mango

代码示例2
() parentheses are used for order of operations, or order of evaluation, and are referred to as tuples. [] brackets are used for lists. List contents can be changed, unlike tuple content. {} are used to define a dictionary in a "list" called a literal.