Page 135 - TP_Pro_V5.1_Class6
P. 135
21 st #Collaboration
GROUP DISCUSSION Century #Communication
Skills
Divide the students in the two groups and organise a group discussion on different
modes on python.
COding Zone COding Zone {} = COding Zone
{C ding z ne}
21 st
#Critical Thinking
Century
#Technology Literacy
Skills
</>
1. Find the Output of the Following Python Code:
a. print("Hello, World!")
b. a = 5
b = 10
print(a + b)
c. a = 4
b = 2
print(a ** b)
d. print(9//2)
e. a, b = 10, 20
c = a + b
print("c is :",c)
2. Correct the Errors in the Following Python Code:
a. print("Hello, World!)
b. a = "Hello
Print(a)
c. a= "Hello!"
b= 'Friends"
print(a,b)
CAREER HERE
People who are experts in Python may pursue their careers as software developers.
FOR THE TEACHER
1. Demonstrate the Python programming modes to the students.
2. Discuss with students about the Python and its features.
Introduction to Python 133

