Page 110 - Computer Genius Class 08
P. 110
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 statements:
1. print(a, b, c) _________________
2. Z=int(a+b+c)
print('output:', Z) _________________
3. Y=int(a ** b + c)
print('output:', Y) _________________
108 Computer Genius-VIII

