Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Mastering Integer Numbers in Python | Getting Familiar With Numbers in Python
Data Types in Python
course content

Contenuti del Corso

Data Types in Python

Data Types in Python

1. Getting Familiar With Numbers in Python
2. Mastering Boolean Logic in Python
3. Python String Manipulation
4. Bring All the Topics Together

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.

python

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

python
Compito

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 = 750000.
  • Q2 budget allocation: q2_budget = 1200500.

Adjust these values so they are compatible and output them.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 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.

python

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

python
Compito

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 = 750000.
  • Q2 budget allocation: q2_budget = 1200500.

Adjust these values so they are compatible and output them.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt