ventilaar
/
twitter_zuil
Archived
1
Fork 0
This repository has been archived on 2021-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
twitter_zuil/homework PROGA/pe_3_2.py

3 lines
68 B
Python
Executable File

print(0 == 1 == 2)
print(2 + 3 == 4 + 5 == 7)
print(1 < -1 == 3 > 4)