Python Tutorial: Data Types :Int, Float, List, Bool, Tuple and Dictionary

Опубликовано: 15 Октябрь 2024
на канале: Python Inspired
545
8

This video is about the basic data types that are used in python programming language. The basic commands which are associated with them are discussed.

Datatypes include Integers, Float values, Boolean values, Lists, Dictionaries and tuples. Type casting is changing one data type into another. Using type casting is also discussed.