Coddy logo
Store
Leaderboard
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

Save for later

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