Python tutorial lesson 3 numerics

Опубликовано: 11 Февраль 2019
на канале: BoardCode
28
3

This is the third lesson of Python tutorial. In this lesson we would talk about data types in Python exactly Numerics.
You can read the lesson here : https://bit.ly/2tgJuAI
There are 6 main categories of data in Python. Numerics, sequences, mappings instances, exceptions and classes.

As we said above, here we'll talk about Numerics.

Numerics class itself contains three other distinct subclasses integers, floating point numbers and complex numbers.

An integer is a number doesn't have a fractional part like -5,-3,-1,0,1,2,5...etc.

A floating point number is a number has a fractional part like -3.1,-2.5,0.01,4.5 ...etc.

A complex number is a number has a real and an imaginary part like 1+I,2+5i,5-6i...etc in programming we use "j" instead of "i" .
Here are operations could be applied on all numerics.

" + " addition

" - " substation

" * " multiplication

" / " division and

" ** " raising to power.
*****************************************************************
https://boardcode.blogspot.com/
  / boardcode-387065785376027  
  / board_code  
  / board__code  

#python #python_tutorial #numerics


На этой странице сайта вы можете посмотреть видео онлайн Python tutorial lesson 3 numerics длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь BoardCode 11 Февраль 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 28 раз и оно понравилось 3 зрителям. Приятного просмотра!