Page 106 - Digicode_AI_class_6
P. 106
7
Introduction to
Python
Learning Outcomes
Features of Python Installing Python
Programming in Python Input and Output in Python
Variables in Python
Critical Thinking
If a = 8, b = 2 and c = 20, then what will be the output of the following statements:
1. (a > b and b < c) =
2. (a ** b + c) =
3. (a, b, c) =
4. (a > b or b > c) =
5. (a // b – 2 + c) =
104 DigiCode AI-VI

