Python Tutorial: Integer Type In Python

Опубликовано: 06 Август 2016
на канале: Code master
54,826
49

Be sure to like, share and comment to show your support for our tutorials.

=======================================
Channel - https://goo.gl/pnKLqE
Playlist For This Tutorial - https://goo.gl/EyZFti
Latest Video - https://goo.gl/atWRkF
Facebook -   / mastercodeonline  
Twitter - https://twitter.com/mastercodeonlin?l...
Website - http://mastercode.online
======================================
In this Python tutorial, we teach you about the integer type in Python.

Integer Type In Python
In this Python tutorial, we will be looking at the integer type in Python. This is just an overview of the integer type. We will be diving into numbers, operators and much more soon enough.+

Integers are referred to as a built-in type in Python. Python integers have an unlimited precision to a point. The unlimited precision can be misunderstood, the precision is up to the memory available for the integer. It is pretty precise, for most applications.

What is an Integer?
An integer is a whole number that can be positive or negative. A whole number is a number that does not contain a decimal. For example, 5 is an integer and 5.0 is not.

Coding Exercise
Fire up your Python interpreter and give the built-in function type() a go. This function returns the type information that is stored in an object.


На этой странице сайта вы можете посмотреть видео онлайн Python Tutorial: Integer Type In Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code master 06 Август 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 54,826 раз и оно понравилось 49 зрителям. Приятного просмотра!