Learn Numbers
Let's talk about numbers!
| Type of Number | Usage | Example | Numbers Example | Syntax in Python |
|---|---|---|---|---|
| Integer | We use integer numbers more for counting | Calculate distance between two cities | 1, 2, 6, 10, ... | int |
| Floating-point | We use floating-point numbers for accurate measurements | Define the temperature today | 30.5, 38.9, 10.0006, 60.0 | float |
To check the type of a specific number, use the function type(number).
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 8
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Posez-moi des questions sur ce sujet
Résumer ce chapitre
Afficher des exemples du monde réel
Génial!
Completion taux amélioré à 2.08
Learn Numbers
Glissez pour afficher le menu
Let's talk about numbers!
| Type of Number | Usage | Example | Numbers Example | Syntax in Python |
|---|---|---|---|---|
| Integer | We use integer numbers more for counting | Calculate distance between two cities | 1, 2, 6, 10, ... | int |
| Floating-point | We use floating-point numbers for accurate measurements | Define the temperature today | 30.5, 38.9, 10.0006, 60.0 | float |
To check the type of a specific number, use the function type(number).
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 8