길/Python

True or False and True

7he8oy 2021. 2. 10. 22:22
print(False and True or False)

이런 것은 기본적으로 순서대로 시행되는 것으로 보임.

' > Python' 카테고리의 다른 글

dic.get(key [,default])  (0) 2021.02.11
try / except / finally / assert  (0) 2021.02.11
List Functions  (0) 2021.02.10
not sth in list / sth not in list  (0) 2021.02.10
// - 나누셈 후 소수점 이하를 버리는 연산자  (0) 2021.02.09