📜  python代码示例中的括号

📅  最后修改于: 2022-03-11 14:46:55.357000             🧑  作者: 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.