Page 106 - ThinkGPT_V2.1_C6_Flipbook
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*c) =
2. a + (a/c) =
3. 18/(c-b) =
4. a + b + c * ( a + b - c) =
5. (a + c) - b + 12 =
104 Premium Edition-VI

