teacher_code_python/test.py

2 lines
50 B
Python
Raw Normal View History

print(bool(1) and str(bool(0)) or bool(int(2/3)))