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)
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 8
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 2.08
Learn Numbers
Desliza para mostrar el menú
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)
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 8