我有一个元组数组,每个元组包含(字符串,字符串),我想在数组中找到特定的元组。
例子:
[("command","ABCDEFG"),("arguments","XYZW"),("time","ERRTY")]
python arrays tuples
arrays ×1
python ×1
tuples ×1