Introduction to Integers and Floating Point Numbers: Python Basics

preview_player
Показать описание
This video is an introduction to working with integers and floating point numbers in Python. Math and computer programming aren’t as correlated as some people might believe, numbers are an integral part of any programming language, and Python is no exception.

This is a portion of the complete course, which you can find here:

The rest of the course covers how to:
- Use arithmetic expressions, math functions, and number methods
- Format and display numbers in strings
- Create complex numbers
Рекомендации по теме
Комментарии
Автор

Just a small addition: the decimal point is not mandatory in float literals if you use scientific notation; 1e2 is 100.0

ahmedouerfelli