首頁 > 軟體

python 特有語法推導式的基本使用

2022-03-17 19:00:20

共有三種推導式

  • 列表(list)推導式
  • 字典(dict)推導式
  • 集合(set)推導式

列表推導式

基本語法:

[out_express for out_express in input_list]


IT145.com E-mail:sddin#qq.com