Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
For Loop | Introduction to Python 2/2
Introduction to Python for Data Analysis
course content

Зміст курсу

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

1. Introduction to Python 1/2
2. Introduction to Python 2/2
3. Explore Dataset
4. Becoming an Analyst

For Loop

We use loops if we want to repeat any action n-times.

Look at the example!

end = ' ' means that the result will be written in one row (not column).

Look at the table to understand how to minimize the writing of mathematical operators!

FormulaHow to minimize
a = a + 1a += 1
a = a - 1a -= 1
a = a * 2a *= 2
a = a / 2a /= 2

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Все було зрозуміло?

Секція 2. Розділ 5
toggle bottom row

For Loop

We use loops if we want to repeat any action n-times.

Look at the example!

end = ' ' means that the result will be written in one row (not column).

Look at the table to understand how to minimize the writing of mathematical operators!

FormulaHow to minimize
a = a + 1a += 1
a = a - 1a -= 1
a = a * 2a *= 2
a = a / 2a /= 2

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Все було зрозуміло?

Секція 2. Розділ 5
toggle bottom row

For Loop

We use loops if we want to repeat any action n-times.

Look at the example!

end = ' ' means that the result will be written in one row (not column).

Look at the table to understand how to minimize the writing of mathematical operators!

FormulaHow to minimize
a = a + 1a += 1
a = a - 1a -= 1
a = a * 2a *= 2
a = a / 2a /= 2

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Все було зрозуміло?

We use loops if we want to repeat any action n-times.

Look at the example!

end = ' ' means that the result will be written in one row (not column).

Look at the table to understand how to minimize the writing of mathematical operators!

FormulaHow to minimize
a = a + 1a += 1
a = a - 1a -= 1
a = a * 2a *= 2
a = a / 2a /= 2

Завдання

Update subscription prices according to discounts.

  1. Set the for loop to work with the prices using the i iterator.
  2. Set the condition if the element of the list is greater than 30.
  3. Set the 25% discount if the price is greater than 30.
  4. Decrease the i by 3.
  5. Print the prices.

Секція 2. Розділ 5
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt