Computer Science Art-Integrated Project 2021: Name - Rana Harshil Class:-11 A Sub - Computer Science Roll No - 11137
Computer Science Art-Integrated Project 2021: Name - Rana Harshil Class:-11 A Sub - Computer Science Roll No - 11137
art-integrated
project 2021
Name;-Rana harshil
Class:-11 a
Sub;-computer science
Roll no;-11137
Data handling
Data Types
Mutable and Immutable types
Operators
Data Type specifies which type of a value a variable can store .
Python provides us the type() functions which returns the type of
the variable passed
numbers
• As it is clear the name the number data types
are used to store numeric values in python .
Complex numbers
• SEQUENCES
SEQUENCES
Strings Tuples
Lists
Mutable and immmutable
Operators
An operator is used to perform specific
mathematical or logial operation on values .
the values that the operators work on are
called operands . For example , in the
expression 10+num,the value 10, and the
variable num are operands and the +(plus)sign
is an operator .
Arithematic
operators
Relational
operators
Identify
operators
Logical operators
Bitwise
operators
Mebership
operators
thank you