Загрузка...

Python#01 | Data type and variables

Join me at telegram- https://t.me/joinchat/L0yv_bOYc8U1ZjE1 Google link- http://codingonly.unaux.com/ My Instagram link- https://www.instagram.com/coding.only1/ ny note: PYTHON Installation process- 1. Install Python- go to "python.org" website --- Downloads --- Download python 2. Install Pycharm- (optional) type "pycharm download" in browser --- go to first link---- download community version. Data types and variables- DATA TYPE (int)Integer -------|------- Boolean(bool) (float)Float -------_|_------- String(str) DATA TYPE- Data type defines the type of variable. like- a = int = 90 a- variable int- data type 90- number stored in variable 'a' Data type (in long) 1. int - variable stored in this type of data type can mainly store numbers. 2. Bool - variable stored in this type of data type can mainly store true or false. 3. Str - variable stored in this type of data type can mainly store letter, word, sentence and numbers also. 4. Float - variable stored in this type of data type can mainly store decimals. Variable- variables are the container in which an object can be store. !! 1 variable can be use once !! !! like- a=int=5 ('a' cannot be use as any other variable)!!

Видео Python#01 | Data type and variables автора Питон: эволюция программирования
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки