Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Python 新手。只是想弄清楚一些术语。举个例子:
mylist = [1, 2, 3] mylist.pop(3)
以下陈述是否正确:
mylist是类(或类型)的一个实例list
mylist
list
pop是一种方法mylist
pop
3是mylist或3包含在mylist
3
3是方法的参数pop