반응형
https://github.com/ngio/python_study/blob/main/true_false_quiz.py
What will be the output?
A.True
B.False
C.Error
D.None of above
"""_summary_
What will be the output?
A.True
B.False
C.Error
D.None of above
"""
a = True
b = False
print(a or a and b and a)
"""
True
"""
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] google.colab 가져오기 파일에서 Jupyterlab에서 파일의 동일한 동작을 얻는 방법 (0) | 2023.03.14 |
---|---|
[python] Text2Art - https://text2art.com/ (0) | 2023.03.14 |
conda에서 파이썬 가상 환경 (virtual environments) 생성하기 (0) | 2023.03.08 |
[PYTHON] Gradio 웹앱 만들기 (0) | 2023.02.16 |
[PYTHON] (most likely due to a circular import) 에러 발생 할때 (0) | 2023.02.14 |