PTT
Submit
Submit
选择语言
正體中文
简体中文
PTT
Python
Re: [问题] 多个list快速比对
楼主:
HenryLiKing
(HenryLiKing)
2020-09-13 15:08:22
原文吃光光
A = [1, 2, 3, 4]
B = [5, 6, 7, 8]
C = [1, 3, 4, 5, 7]
for c in C:
try:
print(B[A.index(c)])
except:
pass
Result:
5
7
8
如果是我的话我会这样写~
作者:
oneonesix
(小韩)
2020-09-14 06:10:00
感谢分享
作者:
jlhc
(H)
2020-09-14 14:20:00
index time complexity is O(n) ...
继续阅读
Re: [问题] 多个list快速比对
x94fujo6
[家教] 诚征机器学习家教 台北(已征得)
ariettachou
[问题] 多个list快速比对
oneonesix
[问题] pycharm import套件呈现灰字
tiramisu0225
[问题] USB descriptor 读取问题
a1781781781
Re: [问题] 请问范例
CMJ0121
[问题] 请问范例
pttnewborn
[问题] window工作排程py档执行问题
gene50814
Re: [问题] 将不同长度的dic写进csv档
TuCH
[问题] 例外(exception)处理的技巧或原则
icetofux
Links
booklink
Contact Us: admin [ a t ] ucptt.com