Note

[codeup] 111. 논리 연산자(NOT) 본문

etc/Coding Test

[codeup] 111. 논리 연산자(NOT)

알 수 없는 사용자 2022. 1. 10. 01:16
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