🌈 搜索
📅  最后修改于: 2022-03-11 14:45:20.057000             🧑  作者: Mango
b = True if b: print('b is True') else: print('b is False')