IGCSE Computer Science CIE 0478 (Part 5 of 8 - Python Programming)
Module 5 of 8: Python Programming
Welcome
A bit about Programming
Installing Python
Python Working Environment
Introduction Quiz
Addition and Subtraction
Division and Multiplication
Quiz - Basic Arithmetic
Operator Precedence
Greater than, Less than
Greater than or equal to, Less than or equal to
Equal to, Not Equal to
Practice: Evaluators
Practice : Evaluators (Answers)
Formatting in Print
Practice: Maths and Print
Practice: Print Formatting
What are variables?
Data Types
Integers and Floats
Strings and Booleans
Using Variables with Maths
Quiz - Variables
Practice: Variables
Practice with Variables (Answers)
Input
Practice : Input
Practice : Input (Answer)