If I have a list of card suits in arbitrary order like so:
suits = ["h", "c", "d", "s"]
and I want to return a list without the 'c'
noclubs = ["h", "d", "s"]
is there a simple way to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…