PTT
Submit
Submit
選擇語言
正體中文
简体中文
PTT
Python
Re: [問題] 怎麼用 Python 寫出 switch 的功能?
作者:
mikapauli
(桜花)
2017-10-19 20:18:07
使用dict的方法:
def f0():
...
def f1():
...
def f2():
...
...
switch = {'c0': 0, 'c1': 1, 'c2': 2, ...}
process = (f0, f1, f2, ...)
...
[f() for f in process[switch[case]:]]
繼續閱讀
Re: [問題] 怎麼用 Python 寫出 switch 的功能?
rexyeah
[徵才]兆洋資訊python爬蟲開發與數據分析工程師
goverit
Re: [問題] 怎麼用 Python 寫出 switch 的功能?
henry8168
Re: [問題] 怎麼用 Python 寫出 switch 的功能?
lizkarina
[問題] update Anaconda3後pip出現問題
dppman
Re: [問題] 怎麼用 Python 寫出 switch 的功能?
kenduest
[問題] 怎麼用 Python 寫出 switch 的功能?
henry8168
[問題] 一個函數的問題
std92050
[問題] Django 上傳檔案
maxsho
Re: [問題] 排列組合問題或邏輯
rexyeah
Links
booklink
Contact Us: admin [ a t ] ucptt.com