Python/CodeUp
1053 - 참 거짓 바꾸기
GLOWWW
2021. 2. 19. 14:06
logic = input()
logic = int(logic)
logic = bool(logic)
print("%d" %(not logic))