HowTo python

there ways to tell whether L is a list:python 1)  if type(L) == type([])express 2) if tyep(L) == listapp 3) if isinstance(L, list)dom   9. Sequences: lists, tuple, collections, dictionary List li = [
相关文章
相关标签/搜索