All posts by Tuna Peyo

The if statement

Jul 3,97

The easiest method for making a decision in Python is by using the if statement. This enables you to select …

Read More

Identity operators

Jul 2,97

The identity operators in Python are used to determine whether a value is of a certain class or type. They are …

Read More

Membership operators

Jul 2,97

The membership operators in Python are used to test whether a value is found within a sequence. For example, you can …

Read More

Assignment operators

Jul 1,97

The assignment operators in Python are used to store data into a variable. We’ve already used the most common assingment operator …

Read More

Logical operators

Jul 1,97

The logical operators in Python are used to combine the true or false values of variables (or expressions) so you …

Read More

Comparison operators

Jul 1,97

As their name suggests, the comparison operators in Python are used to compare one value to another. The result of a …

Read More
Geek University 2022