Page 108 - ComputerGenius_V2.1_Class8
P. 108
10
Basics of Python
Learning Outcomes
Features of Python Applications of Python
Installing Python Programming in Python
Types of Errors Data Types
Variables Python Keywords
Comments in Python Python Operators
Input Statement in Python Output Statement in Python
Computational Thinking
If a = 8, b = 2 and c = 20, then write the output of the following expressions:
1. 2 * a - b + c _________________
2. c - a + 2 - 4 * b _________________
3. b / 2 * 8 - a + c _________________
106 Computer Genius (V2.1)-VIII

