くだすれPython(超初心者用) その50【まず1嫁】at TECHくだすれPython(超初心者用) その50【まず1嫁】
- 暇つぶし2ch556:デフォルトの名無しさん 20/09/28 18:23:16.35 .net a = False b = False のとき、 これと print(True if not a == True and not b == True else False) これって一緒の意味ですよね? print(True if not (a == True and b == True) else False)