Page 127 - 2611_SmartGPT Pro V(5.0) C-7
P. 127
COding Zone COding Zone {} = COding Zone
{C ding z ne}
21 st
#Critical Thinking
Century
Skills
</>
Identify the errors in the following Python codes and correct them:
1. age = 18
if age < 21;
print("Age is less than 21")
2. username = "admin"
password = "admin123"
if username = "admin" and password = "admin123"
print("Login successful")
else
print("Login failed")
CAREER HERE
People who are experts in Python programming may pursue careers as Python Developers, Software
Engineers or Data Analysts.
FOR THE TEACHER
1. Discuss all the topics covered in this chapter with the students.
2. Demonstrate how indentation is used to define the body of a conditional statement.
Flow of Control in Python 125

