Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Mastering Integer Numbers in Python | Знайомство з числами в Python
Типи даних у Python
course content

Зміст курсу

Типи даних у Python

Типи даних у Python

1. Знайомство з числами в Python
2. Істина чи брехня?
3. Рядки
4. Поєднання всіх тем разом

book
Mastering Integer Numbers in Python

You might be accustomed to specifying numbers in ways such as:

  • 1,000,000 (with commas);
  • 1 000 000 (with spaces).

However, Python will not understand this. 😢

These formats are understandable for a person but not for a computer, so the right way is 1000000 without commas or spaces.

If you want to use separators for better readability, Python allows the following syntax:

Завдання

Swipe to start coding

A small company is planning its budget for the first two quarters of the year. However, some financial figures need to be formatted correctly.

Here are the allocated budgets:

  • Q1 budget allocation: q1_budget = 750,000.
  • Q2 budget allocation: q2_budget = 1 200 500.

Adjust these values so they are compatible and output them.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 3
toggle bottom row

book
Mastering Integer Numbers in Python

You might be accustomed to specifying numbers in ways such as:

  • 1,000,000 (with commas);
  • 1 000 000 (with spaces).

However, Python will not understand this. 😢

These formats are understandable for a person but not for a computer, so the right way is 1000000 without commas or spaces.

If you want to use separators for better readability, Python allows the following syntax:

Завдання

Swipe to start coding

A small company is planning its budget for the first two quarters of the year. However, some financial figures need to be formatted correctly.

Here are the allocated budgets:

  • Q1 budget allocation: q1_budget = 750,000.
  • Q2 budget allocation: q2_budget = 1 200 500.

Adjust these values so they are compatible and output them.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

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