Note
[codeup] 111. 논리 연산자(NOT) 본문
728x90
n = int(input())
print(int(not n))
'etc > Coding Test' 카테고리의 다른 글
[codeup] 113. 논리 연산자(OR) (0) | 2022.01.12 |
---|---|
[codeup] 112. 논리 연산자(AND) (0) | 2022.01.11 |
[codeup] 110. 관계연산자 2 (0) | 2022.01.09 |
[codeup] 109. 관계연산자 1 (0) | 2022.01.08 |
[codeup] 108. 8진수 16진수 변환 (0) | 2022.01.07 |
Comments