You are on page 1of 1

Python is an easy language and a freee platform for users

it didt incluede any int, var, or char syntax. it also dont include (;).
it can be used in.
web application (django)
game development (pygame)
web surfing
Robotics
Data science

it can be used on
window
linux
Mac

it is used in
Youtube
dropbox
instagram
etc

DATA TYPES in python


Numbers
String
List
Tuple
Dictionary

Numbers = Float and integer.

LIST :

in list you can store multiple data types


(.append) is a function which add list items at the end of a list
(.count) count specific string
(.remove) to remove perticular one
(.reverse) reverse the list
(.sort)sort the list

max , define
the max value
min, define the min marks

DICTIONARY :
chnnge
adding
delete
length
keys and type
vlues

Tuples :
we cant change values of Tuples.

You might also like