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 = [
相關文章
相關標籤/搜索