checking the enclosed tuple

后端 未结 0 1908
孤城傲影
孤城傲影 2021-01-19 17:56

this code returns True

a = [(\'e\', 4), (\'r\', 2), (\' \', 2), (\'h\', 2), (\'A\', 1), (\'t\', 1), (\'y\', 1)]
print((\'e\', 4) in a) # True

相关标签:
回答
  • 消灭零回复
提交回复
热议问题