Foster H S COMPUTER SCIENCE 2592 In questions 1 – 4, print the output of the provided program segments. 1. print(3 + 3 == 6) True 2. print(3 + 3 == 9) False 3. a = 10 b = 20 print(a > b) print(a < b) False True 4. x = 10 y = 20 z = 30 b = x + y == z print(b) True 5. Compare programs Boolean03.py, Boolean04.py and Boolean05.py. All 3 programs do the same thing. The latter 2 ...[Show More]
Category: | |
Number of pages: | 2 |
Language: | English |
Last updated: | 7 months ago |
Downloads: | 1 |
Views: | 1 |