0
0 reviews
AI INTEGRATION AND DEVELOPMENT
- Description
- Curriculum
- Reviews
WEEK 1
WEEK 2
WEEK 3
WEEK 4
-
12Day 1Video lesson
-
13Day 2 Video 1Video lesson
-
14Day 2 Video 2Video lesson
-
15Day 3Video lesson
-
16Conditional Statements in Python2 hoursSubject:Python ProgrammingTopic:Conditional StatementsClass Objective:At the end of the lesson, students should be able to:1. Understand what conditional statements are.2. Use if, elif, and else statements in Python.3. Write programs that make decisions.4. Solve simple real-life problems using conditional statements.
-
17Create a Shopping program in python that output the product, quantity and price.Quiz
WEEK 5
-
18Day 1 Video 1Video lesson
-
19Day 1 Video 2Video lesson
-
20Day 2 Video 1Video lesson
-
21Day 2 Video 2Video lesson
-
22Day 3 Video 1Video lesson
-
23Day 3 Video 2Video lesson
-
24Python Nested if Statement2 hoursA nested if means placing one if statement inside another if.
-
25Write a Python program that checks whether a person is eligible to vote.Quiz
WEEK 6
-
26Day 1Video lesson
-
27Day 2Video lesson
-
28Day 3 Video 1Video lesson
-
29Day 3 Video 2Video lesson
-
30Python Loops (for and while)2 hoursLoops allow you to execute a block of code multiple times without writing the samecode repeatedly.Imagine you want to print "Hello" 5 times.Without a loop:print("Hello")print("Hello")print("Hello")print("Hello")print("Hello")With a loop:for i in range(5):print("Hello")Much cleaner!
-
31Write a program to check whether a number is positive or negative.Quiz
-
32Write a program that checks if a user entered the correct password.Quiz
Please, login to leave a review
AI INTEGRATION AND DEVELOPMENT
Course details
Lectures
26
Quizzes
7
Level
Level 1 Student
Popular courses