BEGINNER
Week 6-10: Python For Kids
This Course will take your Python knowledge further. You will get introduced to arithmetic and logical operator which helps us to perform calculation in python. You will also get introduced to the python control flow as a way to make the computer make decisions, you will learn about list and the various methods of a list
42 enrolled
13h 42m
BADGE

What You'll Learn
- Use arithmetic and logical operators for calculations
- Implement control flow for computer decision-making
- Work with lists and their various methods
- Advance Python knowledge beyond basic concepts
- Develop programming logic and problem-solving skills
Course Content
Preview Videos
Final Project
Pizza Order
Congratulations, you've got a job at Python Pizza. Your first job is to build an automatic pizza order program. ###Goal: This project will test your knowledge of python control flow, arithmetic operator, comparison operator, f-string and all that you learned this week.