Data Types and Variables in Python | Python Series Video - 2

Published: 14 February 2023
on channel: Toward Techno
38
14

Towards Techno

LIKE💡SHARE💡SUBSCRIBE 💡

Channel : https://bit.ly/tyoutubet

To download python visit the python official site,

Python Website : https://www.python.org/downloads/

Visual Studio Code: https://code.visualstudio.com/download

PyCharm Download: https://www.jetbrains.com/pycharm/dow...


What's in this video:

What are Data Types in Python?
What are Variables in python?
Data types and variables in python

Code:
Integer
age=98

Floating Point
weight=56.3

String
name="Joe"

Boolean
is_Student=True

List
fruits=["apple","banana","orange"]

Tuple
color=("red","black","blue")


Set
grades={1,2,3,4}
print(grades)

Dictionary
person={"name":"John","age":56,"is_Student":False}
print(person.keys())




🌐My Website: https://www.towardtechno.com

Contact:
[email protected]

#python #pythonprogramming #pythontutorial


Watch video Data Types and Variables in Python | Python Series Video - 2 online, duration hours minute second in high quality that is uploaded to the channel Toward Techno 14 February 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 38 times and liked it 14 visitors.