让我们说我有清单:
A = ['ldc','gnh','yjk','isd']
和
B = ['578','460','926','551']
我想要的输出是: gnh当我的输入是460.(相同的位置,但从另一个列表)如何做到这一点?
gnh
460
python
python ×1