Coddy logo

Explore

Categories

Programming language

Explore courses by programming language.

Course type

Learn, challenge or build your portfolio in a practice-driven way.

Level of knowledge

Choose courses tailored to your level of knowledge perfectly.

Or try to search for any course. Still can't find? let us know what are you missing!

Daily Challenge

search
menu icon
Loading...Creator image

Creator

Anonymous

Is it even or not? || Complete Tutorial for Python Integers

In this course you will be introduce the to Python Integers, their fundamental and how to interact with them.

21 Lessons

18 Challenges

Prerequisites

None

Int()

What is an integer?

How to use int()?

Functions

What are functions?

What is a function's argument?

Operations

Operators

Addition

Subtraction

Multiplication

Division

Comparisons

What is comparison?

Equal

Greater Than

Less Than

Greater Than or Equal

Less Than or Equal

Not Equal

If/else

What - if?

What - else?

Not Positive

Remainder -- modulus

% what is this?

Is it even?

is_even