如何在抽屉顶部放置文字?

时间:2020-03-07 09:56:17

标签: react-native react-native-android

以下是在顶部添加文本的代码:

def check_condition(data: dict) -> bool:
    text = ' '.join(data['codes'])
    return'Two' in text and 'One' not in text

list2 = [
    d for d in list1 if check_condition(d)
]

0 个答案:

没有答案