data handling class 11 python notes pdf

In the next section, we will discuss what is the need for a data file in the context of the article Comprehensive Notes on File Handling in Python class 12. >>>0 and 0 0 >>>0 and 6 0 >>>a and n n >>>6>9 and c+9>5 # and operator will test the second operand only if the first operand False # is true, otherwise ignores it, even if the second operand is wrong The or operator: The or operator works in two ways: a. Relational expressions as operands b. numbers or strings or lists as operands, 5>8 or 7>3 True >>> (4==4) or (7==7) True. Your email address will not be published. It makes a simple and easy process for data analysis. Is it true that if two objects return True for is operator, they will also return True for == operator? Justify the outcome. Python has Two data types: Primitive Data Type (Numbers . Write a program that generates six random numbers in a sequence created with (start, stop, step). As 0 < 5 is True so b value of b becomes True and its type is bool. How many years? The default mode is reading mode. What do you mean by Numeric types ? 33, 33.0, 33j, 33 + j. This is not allowed in Python hence this error occurs. Data can be of many types e.g. A computer file (or simply "file") is a resource [] The correct boolean literals are False and True. What will be the result of the expression 'a' and 'None' ? Mutable types are those whose values can be changed in place whereas Immutable types are those that can never change their value in place. Enforce standards. 10 Comments. Python Notes PDF By IIT Bombay IIT Bombay one of the top college in india for computer science and engineering. sumita arora books flipkart com, sumita arora python book pdf class 11 and class 12, sumita arora documents pdfs download, sumita arora chapter 1 python revision tour i, . I have already written a detailed post about Datafiles introduction. Great and worth appreciable work. Class 11 IP Chapter 4 Data Handling - Solutions Sumita Arora - New Syllabus Uncategorized / By Neha Ex 4.1 2. (e) type (6 // 3) int // int intSo the result is int. String is immutable data type means it can never change its value in place. Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99. How many string types does Python support? Syntax for creating dataframe. Data Handling Class 11 - Computer Science with Python Sumita Arora Multiple Choice Questions Question 1 Which of the following are valid Python data types ? Which of the following literals has True truth-value ? As values of 22.0/7.0 and 22/7 are equal, subtracting them will give the result as 0.0. Two objects (say a and b) when compared using == ,return True. (a) 0.5 1.6 9.8(b) 10.0 1.0 0.0(c) 0.0 5.6 8.7(d) 0.0 7.9 10.0, Option (a) 0.5 1.6 9.8Option (c) 0.0 5.6 8.7. In this example, series is created with a * 3 as data. The computer has a powerful feature of saving data. Write a program to generate 3 random integers between 100 and 999 which is divisible by 5. Algorithms and Flowcharts Unit 3 : Introduction to Python 7. b. Computer overview and its Basics 2. Write a program whose three sample runs are shown below: Sample Run 1:Random number between 0 and 5 (A) : 2Random number between 0 and 5 (B) :5.A to the power B = 32, Sample Run 2:Random number between 0 and 5 (A) : 4Random number between 0 and 5 (B) :3.A to the power B = 64, Sample Run 3:Random number between 0 and 5 (A) : 1Random number between 0 and 5 (B) :1.A to the power B = 1. Maximum number can be 90 and minimum number can be 0. What type of error would have caused it? Save my name, email, and website in this browser for the next time I comment. 1. Given x = 3. Can you write an expression that gives sum of all the digits shown inside the string s i.e., the program should be able to produce the result as 15 (1+2+3+4+5).[Hint. Division operator is present in the expression. Predict the output if e is given input as 'True': The line name[2] = 'R' is trying to assign the letter 'R' to the second index of string name but strings are immutable in Python and hence such item assignment for strings is not supported in Python. In the Python statement x = a + 5 - b : a and b are . . These files can be accessed at any time. Chapter 2 : Encoding Schemes and Number System c. Chapter 3 : Emerging Trends d. Chapter 4 : Introduction to Problem Solving e. Chapter 5 : Getting Started with Python f. Chapter 6 : Flow of Control g. Chapter 7 : Functions h. It may be words, numbers, measurements, descriptions or . Students should revise these notes and go through important Class 11 Computer Science examination questions given below to obtain better marks in exams. Two variables that are equal does not imply that they are identical. For 'a' and "a", both equality (==) and is operator returns True as their values are same and they point to the same object. What will be the result of the expression 'a' or " (" is an empty string) ? Familiarization with the basics of Python programming: a simple "hello world" program, process of writing a program, running it, and print statements; simple data-types: integer, float, string. {'Subject': 'comp sc', 'class': '11'} Subject : comp sc class : 11. Our teacher has given us check points questions I'm not finding here _. String: Sequence of characters represented in the quotation marks. Important Questions for Python pandas series class XII. Python's floating point numbers have precision of 15 digits. After performing the desirable operation, it needs to be closed so that resources that are tied in the file are freed. Also, what can be the maximum and minimum number generated by line 2 ? The exponentiation operator (**) has associativity from right to left so: e = a+b+c-d e = 1+1+1-0.3 e = 3-0.3 e = 2.7. To use function fabs( ), math module should be imported. Python has a predefined set of data types to handle the data in a program. Primitive Data Types: a. What is the value of the expression 10 + 3 ** 3 * 2? These data can be stored in a file. Free Download Computer Science with Python Textbook for Class 11 - Examination 2022-2023 for students of CBSE, ISCE, and SSC having computer science or IP subjects.This book PDF covers all the essential concepts of Python is highly recommended for beginners in the world of IT. Other Special operators: There are some special type of operators like- a. Notes Class 11 : Computer science python (2020-21) Complete Unit:1 short notes in one pdf 4: BOOLEAN LOGIC 5: INSIGHT INTO PROGRAM EXECUTION Complete UNIT:2 short notes in one pdf 6: GETTING STARTED WITH PYTHON 7: PYTHON FUNDAMENTALS 8: DATA HANDLING 9: CONDITIONAL & ITERATIVE STATEMENTS 10: STRING MANIPULATION (a) type (6 + 3) int + int intSo the result is int. But Python gives False when compared using is operator. You guys are supperrrrrr Anything enclosed in " " is considered as string in Python. Get printable school Assignments for Class 11 Computer Science. In the above example, I have accessed top 3 elements. In python, series objects are valued mutable i.e. By Dinesh Thakur. Summary of the chapter for class 11 Informatics Practices is available in PDF format for free download. Is it safe to directly use the == operator to determine whether objects of type float are equal ? Class 11 computer science notes . Which types are most dangerous and why? ii. click here for the answer 4. To generate a random floating number in the range 0 to 100, random() or random.random() function is used. Everything stored on the computer is saved in files. When you develop a program in python, the final output of the program is not available for future use. If you have any doubt or query, you are free to ask in the comment section. What are data types in Python? Evaluate the following for each expression that is successfully evaluated, determine its value and type for unsuccessful expression, state the reason. What will be the result of the expression 'x' and 'a' ? Also, what can be the maximum and minimum number generated by line 2 ? INFORMATICS PRACTICES NOTES FOR CLASS 11 DOWNLOAD IN PDF Chapter 1 : Introduction Computer System Part 1: Hardware Concept, Software Concepts, Primary Memory Unit, Output Devices . Watch the following video for some more programs: Access computer science contents from here. Multi-line strings store multiple lines of text and are enclosed in triple quotes. In the above screenshot, a series is created with float numbers. They have posted their python programming lecture notes online which will give you brief introduction to python programming. open(): It is a function with two parameters. Four lines created in a list l and written in a text file using writelines() function. This will yield . . There are various data types in Python. A text file consists of a series of lines. Correct it so that it produces the correct result which is the probability value (input as 0.5) times 150. In the expression, the first operand of or operator is len('a') + 2. In these "Python notes pdf", we will study the basics of programming using Python. What will be the result of the expression 'a' and 'x' ? Mobile phone tricks.Python tutorial for beginners. Data can be represented in specific forms in files. Watch the following video lesson for more practically understanding : The next section of Comprehensive Notes on file handling python notes class 12 is dedicated to the manipulation of data. How are they important? Data type in Python specifies the type of data we are going to store in any variable, the amount of memory it will take and type of operation we can perform on a variable. What is the value of the expression 100 // 25 ? Watch this video for practical understanding: Follow this link to access important questions and answers for text file: File handling in python class 12 important questions. File Handling in Python. Introduction to file handling python notes class 12 As we know, Files are an essential part of computers. Home; Classnotes. This concept is known as . . As 0.3 is float so implicit conversion converts 3 also to float and result of the expression is of float type. Courtesy: Praveen MJ, PGT CS , Sainik school Amaravathinagar Coimbatore dist Tamil Nadu. Most of the students find it difficult to solve the problems or the practice exercise of the NCERT text book difficult. Time series: random data plus trend, with best-fit line and different applied filters. Both have the same value of 20. Consider the following sequence of statements:a = 35m = aFollowing the execution of these statements, Python has created how many objects and how many references ? import pandas as pd array = np.arange (10,15) numpy_series = pd.Series (array,index = ['np1,'np2,'np3,'np4,'np5']) Print the even positions of numpy_series print (numpy_series [::2]) Even though the values of strings c and e are same, they point to different objects in memory so. Whenever users need such data, data can be presented by files. Python CSV File Handling. Program compiles and executes but doesn't give the desired output. How are they different from one another? value even if not taught explicitly) The correct statement should be: Logical errors cannot be detected by the compiler. Had the expression being False and None, the return value will be False. Also, give the corrected code. My CS Tutorial is the best place for study free by experts. To generate a random number in a sequence of values where two values have a difference a step value, randrange() or random.randrange() function is used. Value of d becomes 2 and as values of c and d are equal so print(c == d) prints True. Write a program to take two inputs for day, month and then calculate which day of the year, the given date is. Role of new media in society,internet issues,case studies. Your email address will not be published. Why? 3.1 Data Types in Python:Python has Two data types . 1. (f) "abc" == "Abc" and not (2 == 3 or 3 == 4), (g) False and 1 == 1 or not True or 1 == 1 and False or 0 == 0, (a) 0 or None and "or" 0 or None [ and has higher precedence than or] None, (b) 1 or None and 'a' or 'b' 1 or None or 'b' 1 or 'b' 1, (e) not (1 == 1 and 0 != 1) not (True and True) not True not False, (f) "abc" == "Abc" and not (2 == 3 or 3 == 4) "abc" == "Abc" and not (False or False) "abc" == "Abc" and not False False and not False False and True False, (g) False and 1 == 1 or not True or 1 == 1 and False or 0 == 0 False and True or not True or True and False or True False and True or False or True and False or True False or False or False or True False or False or True False or True True. b. Types Of Software: 3: 3. These files can be accessed at any time. What will be the output of following Python code? Here I have used different vector operations and operators to perform various tasks on series. Introduce the notion of a variable, and methods to manipulate it (concept of L-value and R-. Chapter Name Download; 1: 1. Evaluate the following Boolean expressions: (a) b and c False and True False, (b) b or c True or False True, (c) not a and b not False and True True and True True, (d) (a and b) or not c (False and True) or not False False or not False False or True True, (e) not b and not (a or c) not True and not (False or False) not True and not False False and True False, (f) not ((not b or not a) and c) or a not ((not True or not False) and False) or False not ((False or True) and False) or False not (True and False) or False not False or False True or False True. They need a specific program to read data and write data. So I hope you enjoyed the article Comprehensive Notes on file handling python notes class 12 and learn something from it. In the above example, two lists were created for train numbers and train names. ^_^Please do not send spam comment : ), You guys are supperrrrrrThis really really really help me on the last time when I lose all the hope.Great work , U guys are doing great awesome keep helping me . What are main error types? In the next section of Comprehensive Notes on file handling python notes class 12 you will learn how to read the data from text file. (ii) This logical expression evaluates to 0. Since everything is an object in Python programming, data types are actually classes and variables are instance (object) of these classes. In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. 1. r - read an existing file by opening it. Watch these videos for practical understanding: The following functions are used to writing into files. 2. w - initiate a write operation by . Due to implicit conversion, other operand in this expression are also converted to float type and hence the final result is in floating point form. Which Python built-in function returns the unique number assigned to an object? Use indexes and convert to integer]. 5th Class; 6th Class . (a) 7 8 7.5(b) 8 7 7(c) 8 7 7.5(c) 8.5 7 7.5. In non-empty series data and index will be supplied while creating series. When is each type of error likely to be found? Whenever you are working with python you need to save the dataframe data from output screen to file and vice-versa. To work with pandas import the pandas library and create one object like this: Looking for questions on the series? Operators with higher precedence perform the operation first. The data type of value that is computed by this expression is bool. The Python Complete Notes Pdf resources & tools provided here can help students ace their Python Exam. What are Python's built-in core data types? This is Path walla website which help you to make your way of life. Date: 10th Dec 2022. In this article Comprehensive Notes on file handling python notes class 12, we will provide you with an introduction to file handling and text files in python. python for class xi. After adding import math to the code given above, what other change(s) are required in the code to make it fully work ? To increase the value of x five times using an augmented assignment operator, the correct expression will be. Introduction Most of the computer programming language support data type, variables,operator and expression . Chapter 1: Networking. What is the maximum possible length of an identifier? 33j represent the imaginary part of a complex number. There are three numeric types in Python: Example: w = 1 # int y = 2.8 # float z = 1j # complex, x = 1 y = 35656222554887711 z = -3255522, Example: >>>bool(0) False >>>bool(1) True >>>bool( ) False >>>bool(-34) True >>>bool(34) True, Example: x = 1.10 y = 1.0 z = -35.59 a = 35e3 b = 12E4 c = -87.7e100. (a) len("hello") == 25/5 or 20/10 5 == 25/5 or 20/10 5 == 5 or 2 True or 2 True, (b) 3 < 5 or 50/(5 - (3 + 2)) True or 50/(5 - (3 + 2)) [ first operand is True, second operand is not evaluated so no division by 0 error happens] True, (c) 50/(5 - (3 + 2)) or 3 < 5 50/(5 - 5) or 3 < 5 50/0 or 3 < 5 Division by Zero Error. In computer science subjects you will study about basic of computer, python programming language, mysql, and computer networks. When answering questions on data handling where two or more data sets are given, it is advisable to underline keywords (e.g. Data is a collection of numerical figures that represents a particular kind of information. Click here to read. Differentiate between a syntax error and a semantics error. For two objects x and y, the expression x is y will yield True, if and only if. MCQs for NCERT Class 10 Science Chapter 6 Life Processes, Notes and Questions NCERT Class 11 Business Studies Chapter, Notes And Questions NCERT Class 11 Business Studies Chapter, Light Reflection and Refraction Class 10 Science Exam, MCQs For NCERT Class 12 Biology Chapter 9 Strategies for, Class 11 Computer Science Chapter wise notes, Notes And Questions NCERT Class 11 Computer Science, MCQs For NCERT Class 9 Mathematics Chapter 13 Surface Areas and Volumes, Notes And Questions NCERT Class 11 Business Studies Chapter 10 Internal Trade, Notes And Questions NCERT Class 11 Computer Science Chapter 12 Explanation of Keywords, Molecular Basis of Inheritance Class 12 Biology Exam Questions, Principles of Inheritance and Variation Class 12 Biology Exam Questions, Class 12 Computer Science Sample Paper Term 1 With Solutions Set C, Class 12 Informatics Practices Sample Paper Term 1 With Solutions Set A, Chemical Coordination and Integration Class 11 Biology Exam Questions, Collection Data Type (List, Tuple, Set, Dictionary). a is of int type and b is of float type so a and b are different objects so a is b returns False. Given str1 = "Hello", what will be the values of: (e) IndexError: string index out of range, H05e14l23l32o41\begin{matrix} \underset{-5}{\overset{0}\bold{H}} & \underset{-4}{\overset{1}\bold{e}} & \underset{-3}{\overset{2}\bold{l}} & \underset{-2}{\overset{3}\bold{l}} & \underset{-1}{\overset{4}\bold{o}} \end{matrix}5H04e13l22l31o4. To generate a random integer in a range, randint() or random.randint() function is used. Download the file as pdf from below given link. Interchanging the operands of or operator as shown below will make Python report this error: What is the output produced by following code? Write a program to compute (a + b)3 using the formula a3 + b3 + 3a2b + 3ab2, "Out of 150 tries, the odds are that only", Class 11 - Computer Science with Python Sumita Arora, Class - 6 Concise Biology Selina Solutions, Class - 6 Effective History & Civics Solutions, Class - 6 APC Understanding Computers Solutions, Class - 7 Concise Biology Selina Solutions, Class - 7 Living Science Biology Ratna Sagar Solutions, Class - 7 Around the World Geography Solutions, Class - 7 Effective History & Civics Solutions, Class - 7 APC Understanding Computers Solutions, Class - 8 Concise Biology Selina Solutions, Class - 8 Living Science Biology Ratna Sagar Solutions, Class - 8 Around the World Geography Solutions, Class - 8 Veena Bhargava Geography Solutions, Class - 8 Effective History & Civics Solutions, Class - 8 APC Understanding Computers Solutions, Class - 9 Concise Physics Selina Solutions, Class - 9 Dalal Simplified ICSE Chemistry Solutions, Class - 9 Concise Biology Selina Solutions, Class - 9 Total Geography Morning Star Solutions, Class - 9 Total History & Civics Solutions, Class - 9 APC Understanding Computers Solutions, Class - 10 ML Aggarwal Mathematics Solutions, Class - 10 Concise Physics Selina Solutions, Class - 10 Dalal Simplified ICSE Chemistry Solutions, Class - 10 Concise Biology Selina Solutions, Class - 10 Total Geography Morning Star Solutions, Class - 10 Total History & Civics Solutions, Class - 10 APC Modern History & Civics Solutions, Class - 10 APC Understanding Computers Solutions, Class - 10 Kips Logix Computers Solutions, Class - 11 APC Understanding Computers Solutions, Class - 12 APC Understanding Computers Solutions, ICSE Class 10 Computers Solved 10 Yrs Question Papers, Sample Papers ICSE Class 10 Computer Applications, ICSE Class 10 Physics Solved 10 Yrs Question Papers, ICSE Class 10 Biology Solved 10 Yrs Question Papers, Class - 12 ISC Computer Science Solved Practical Papers, Java Number Programs (ICSE Classes 9 / 10), Java Number Programs (ISC Classes 11 / 12), Output Questions for Class 10 ICSE Computer Applications, Algorithms & Flowcharts for ICSE Computers, ICSE Class 8 Computers Differentiate Between the Following, Class - 11 CBSE Sumita Arora Python Solutions, Class - 12 CBSE Sumita Arora Python Solutions. 17In ten years, you will be 27 years old! What is the difference between an error and exception? This code produces an error in the line z = x + y as operands of addition operator (+) are string and int, respectively which is not supported by Python. As we know, Files are an essential part of computers. python for class xii. (ii) len('375')**2 3 ** 2 [ len('375') = 3] 9 [ 3 * 3 = 9]. An expression in Python, is any valid combination of operators and atoms. and meaningful data is known as information. In Python, an atom is something that has a value. Chapterwise Question Bank CBSE Class 11 Computer Science (Python) Unit 1 : Computer Fundamentals 1. <dataframe object> = <pandas object>.DataFrame (data, index, columns, dtype) In the above syntax, arguments we used are-. CBSE Board) Data Handling Visit : python.mykvs.in for regular updates. Data - Values to be passed in dataframe. Find the error, its reason and correct it, TypeError: can only concatenate str (not "int") to str. are all atoms. Which of the following is not an immutable type in Python ? Augmented assignment operators combine the impact of an arithmetic operator with an assignment operator. An empty panda series has float64 data type. CSV (Comma-separated values) is a common data exchange format used by the applications to produce and consume data. What will be the result of the expression 'None' and 'a' ? These will help you a lot to understand all the important topics given in your NCERT Class 11 Computer Science textbook. Floor Division operator is useful in situations where we only need the integer part of the division operation result. Which of the following are the possible outcomes of the above code ? 1- Opening a file. Here you will get computer science with python textbook for class 11 examination 2021-2022. In the line print (type (float("three point fourteen"))), string "three point fourteen" is given as an argument to float() but it cannot be converted into a valid floating-point number so it causes an error. Write expression to convert the values 17, len('ab') to (i) integer (ii) str (iii) boolean values. The division of two integers yields a result of floating-point type. Programming Methodology 6. Bitwise operatorsv. The three internal key-attributes of a value-variable in Python are: The type of a is int which can be found with the built-in function type() like this:type(a). They can store the output in the following files and those files we will use in file handling python notes class 12: The following tasks will be performed on data files. To resolve it, we should import the math module using the import statement import math. Given three Boolean variables a, b, c as : a = False, b = True, c = False. access_mode: It specifies the mode to access the file. data handling class 11 python notes data handling class 11 ip notes data handling class 11 notes data handling class 11 pdf. (b) Logically errors can usually be detected by the compiler. Syntax errors occurs when the rules of the programming language are violated. Which of the following are datatypes considered as Numbers in Python. for future use. It can be any type of NumPy data. To correct it, we need to cast a to int like this: If the user runs the program and enters 11 for a and 9 for b then what will the above code display? Standard 11 students should practise questions and answers given here for Computer Science in Grade 11 which will help them to strengthen their understanding of all important topics. To use mean() function, statistics module is to be imported. Python provides the following functions for reading files: When a variable is assigned with fileobject.readlines() it stores no. 6 == input ("Value 1:")6 == int(input ("value 2:")). You cannot change the operators and order of variables. The data that we deal with in our programs can be of many types like character, integer, real number, string, boolean, etc. It is a general-purpose programming language intended to let programmers write once, run anywhere (), meaning that compiled Java code can run on all platforms that support Java without the need to recompile. NCERT Solutions for Class 11 Computer Science (Python) Free PDF Download. As you know data means raw facts and figures. Lists are mutable in Python means that we can assign values to individual elements of a list. (d) type (6 / 3) int / int floatSo the result is float. Yes, if is operator returns true, it implicitly means that the equality operator will also return True. It occurs because a is of type string but b is of type int. Similarly, the tail function will work and display n number of elements from the bottom. Write a program to obtain temperatures of 7 days (Monday, Tuesday Sunday) and then display average temperature of the week. data handling.pdf - Computer Science - Notes - Teachmint data handling.pdf Handling Like Share Views Add to classroom D Deepanshu Goyal hi Class Details 11th CS Computer Science More from Deepanshu Goyal (16) Study Material chapter_11_cs_sumita class-12th Computerscience 0 Likes 61 Views D Deepanshu Goyal Feb 01, 2022 dictionary.pdf class-11th Logical errors need to be found and corrected by people working on the program. These files stored in a directory on a hard drive. character, integer, real, string etc. In this chapter we will learn data types, variables, operators and expression in detail. A CSV file is a simple text file where each line contains a list of values (or fields) delimited by commas (mostly), but you will encounter CSV files where data is delimited using tab (\t) or pipe (|) or . It represents a one-dimensional array, containing an array of data. Database facilitate sharing of data. Assignment Operatorsvi. For accessing all the values using indexes you can use for loop. Python is a high-level scripting language which can be used for a wide variety of text processing, system administration and internet-related tasks. The Division operator (/) divides its first operand by second operand and always returns the result as a float value whereas Floor Division operator (//) divides its first operand by second operand and truncates the fractional part of the result and returns it as an int value. Why? Thanks, motivate us by visiting and sharing with maximum needy pupils, Thanks for the appreciation, keep visiting and share with maximum, [] August 28, 2020May 11, 2020 by tutorialaicsip Importing/Exporting Data Between CSV files and Dataframes is an important part of python syllabus. Division operator doesn't support strings as its operand so we get the error unsupported operand type(s) for /: "str" and "str". data handling class 11 python notesdata handling class 11 ip notesdata handling class 11 notesdata handling class 11 pdf, You can help us by Clicking on ads. In the next section of Comprehensive Notes on file handling python notes class 12 data file operations are listed out: Have a look at text files for Comprehensive Notes on file handling python notes class 12. Two integer types are supported by Python. What will be the result of the expression 'a' and " (" is an empty string) ? Good source for begginers to understand a lot more. len(str2) is 5 as backslash (\) character is not counted in the length of string. These notes have been designed based on the latest NCERT Book for Class 11 Computer Science. List immutable and mutable types of Python. For example, consider the below Python statements: Here, both a and b have the same value 'abc' but they point to different objects. C BSE Revision Notes Class 11 Computer Science Python in PDF are available for free download in myCBSEguide mobile app. Follow this link for practical programs with solution: Python Pandas Series Practicals with solutions. The course covers the topics essential for developing well documented modular programs using different instructions and built-in data structures available in Python. The head() function displays n number of elements from the top in the series. Read on to find more details and download link below. What is the difference between implicit type conversion and explicit type conversion? Required fields are marked *. Students and teachers of Class 11 Computer Science can get free printable Worksheets for Class 11 Computer Science in PDF format prepared as per the latest syllabus and examination pattern in your schools. Computer science is one of the subject in class 11 and 12. ^_^ Please do not send spam comment : ) Krishna 14 February 2021 at 13:22. An explicit type conversion is user-defined conversion that forces an expression to be of specific type. Given a string s = "12345". (i) It produces an error as LHS value in this case is an expression that evaluates to a literal whereas LHS value should be a variable. I have Uploaded All solution of NCERT Please CLICK HERE, Bro where are the checkpoints solutions??? + sign is used to open the file for both modes of reading and writing after access_mode. For example, to add the value of b to the value of a and assign the result back to a then instead of writing: Augmented assignment operators are useful as they provide a shorthand way by combining the arithmetic and assignment operators. How many integer types are supported by Python? The data type of a and b is string not int so addition operator concatenates them to print 119 instead of 20. What are Boolean numbers ? Examples:Leta = 10b = 4print(a & b)print(a | b)print(~a)print(a ^ b)print(a >> 2)print(a << 2). Watch the following video for practical understanding: Follow the below-given link to download the file of the tell and seek function. admin July 11, 2022 11th Class, Computer Science 2,176 Views. Identity operators- is and is not are the identity operators both are used to check if two values are located on the same part of the memory. This Sumita Arora Python Class 11 Book PDF covers the . Syntax Errors are caught by the compiler. Membership operators- in and not in are the membership operators; used to test whether a value or variable is in a sequence. Differentiate between (555/222)**2 and (555.0/222)**2. What will be the result of the expression 'false' and False ? Most commonly, a time series is a sequence taken at successive equally spaced points in time. Syntax errors are found at compile type whereas Logical errors are found when the program starts executing. Float can also be scientific numbers with an e to indicate the power of 10. Here students will have access to these Python Programming Lecture Notes Pdf all the time, thereby allowing them to download it when they need to prepare for their exam. Pandas library is used for data analysis. v. Assignment operators: Assignment operators are used to assign values to the variables. In Python, a variable must be declared before it is assigned a value. You can help us by Clicking on ads. Information for question 1 What will be the result of the expression 5 and 10? How are they useful? Python Fundamentals Class 11 Notes CBSE Notes Class 11 Students should go through the Python Fundamentals Classification Class 11 Computer Science notes provided below. They are: How are these numbers different from one another (with respect to Python)? For example: The above Python code will cause an error as we are trying to assign some value to an individual letter of a string. The error is coming because math module is not imported in the code. (Hint. Python does not have a character data type, a single character is simply a string with a length of 1. Assuming that variables named length, width, and depth have already been assigned values, write an expression combining the three that evaluates to True if bag fits within those limits, and False otherwise. The floor division of two integers yields a result of integer type. The id of an object gives the memory location of the object. Value can be found using the built-in function print() like this:print(a). (d) 2 * (2 * (len("01"))) 2 * (2 * 2) 2 * 4 8. (c) type (6 * 3) int * int intSo the result is int. Python supports following data types: Numbers ( int, float, complex) String List Tuple Dictionary June 16, 2020 by Kishen. The best app for CBSE students now provides Computer Science Python class 11 Notes Computer Science latest chapter wise notes for quick preparation of CBSE exams and school-based annual examinations. These NCERT notes are very helpful for CBSE exam. chapter 3 data file handling in cpp chapter notes, learning point sumita arora solutions class xii, cbse class 12 computer science book sumita arora pdf download, computer . Python supports two types of strings Single-line strings and Multi-line strings. Python reports error because strings are immutable and hence item assignment is not supported. In Python, the real and imaginary parts of a complex number are represented as floating-point numbers. Compile Time Errors (Syntax errors and Semantic Errors). Write a program to calculate amount payable after compound interest. When it is used the file pointer will be at the beginning of the file, 2. Use a function around a sub-expression). Examples of Logical Operator:The and operator: The and operator works in two ways: a. Relational expressions as operands b. numbers or strings or lists as operands, 5>8 and 7>3 False >>> (4==4) and (7==7) True. Class 10 IT (402) notes. Other Special Operatorso Identity Operatorso Membership operators. (d) (x2x1)2+(y2y1)2\sqrt{(x2 - x1)^2 + (y2 - y1)^2}(x2x1)2+(y2y1)2, (e) (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2(xh)2+(yk)2=r2, (f) x=b+b24ac2ax = \dfrac{-b + \sqrt{b^2 - 4ac}}{2a}x=2ab+b24ac, (g) anam=an+ma^n \times a^m = a^{n+m}anam=an+m, (i) anam=anm\dfrac{a^n}{a^m} = a^{n - m}aman=anm, (j) an=1ana^{-n} = \dfrac{1}{a^n}an=an1. Share this article Comprehensive Notes on file handling python notes class 12 with your friends and hit the like button. Maximum number can be 9.999999.. and minimum number can be 0. Here data can be one of these data types: Range function is used to generate a series with python pandas. 33 + j is a complex number. Boolean Algebra: 4: 4. In Python, strings are immutable while lists are mutable. Relational Operatoriii. What will be the value of y after following code fragment is executed ? How would you resolve it ? The output of the above Python code is 8.0. 3.4 Operator Precedence and Associativity: Operator Precedence: It describes the order in which operations are performed when an expression is evaluated. You are doing a great job!!! Example:Leta1 = 3b1 = 3a2 = PythonProgrammingb2 = PythonProgramminga3 = [1,2,3]b3 = [1,2,3]print(a1 is not b1), print(a2 is b2) # Output is False, since lists are mutable. File handling is the process of saving data in a Python programme in the form of outputs or inputs, The python file can be store in the form of binary file or a text file. I wanted an approach from your side that can I get the computer science(Sumita Arora) whole ncert book as I really need it.??? CLASS XII (IP) (As per Old Syllabus-By Sh.Rajesh Kr. hence programming languages including Python provide ways and facilities to handle all these different types of data through data types. Introduction to Data handling using Pandas-I many new features, numerous bug-fixes, improved test coverage and better documentation. Computer System Organization: 2: 2. Download Free PDF easy notes for Data handling using Pandas-I Series Class 12, Introduction to Data handling using Pandas-I, Creating series with a python sequence (Data handling using Pandas-I), Creating Series with ndarray (Data handling using Pandas-I), Task 2 Specifying NaN values in the series, Task 3 creating series and specifying index, Task 4 Creating series using arithmetic operation, Data handling using Pandas-I Common Series attributes, Task 8 Slicing in Series (Data handling using Pandas-I), Task 9 head() and tail() function in series (Data handling using Pandas-I), Task 10 Vector and arithmetic operations on series, Task 11 reindex() and drop() methods (Data handling using Pandas-I), Board Answer Key Informatics Practices Class 12 Best Explanation, Important Term 2 Mock Test Informatics Practices Class 12, Split up Syllabus 2022-23 Informatics Practices Class 12 Comprehensive Guide, Practical Paper Information Technology 402 Class 10 Complete Solution 2023, CBSE affiliation process required documents 2023-24 comprehensive guide, Most expected important Employability Skills Class 10 Questions Answers, Computer Science Class 11 Sample Paper 2023 Comprehensive Guide, Sample Paper Information Technology Class 10 Comprehensive Guide, Important Chapter wise Quiz Informatics Practices Class 12, Comprehensive guide Sample Paper Informatics Practices Class 12, Comprehensive guide sample paper Artificial Intelligence Class 10, Download Sample Paper 2022-23 Computer Science Class 12 Very important, Practical File Computer Applications Class 10 Comprehensive Guide, Term 2 notes Informatics practices Class 12, Important PDF Informatics Practices Class 12, Comprehensive guide Deleted Portion IP class 12 term wise syllabus 2021-22, Chapter 6 Societal Impacts IP Class 12 Easy NCERT Solutions, Chapter 5 Internet and Web Easy NCERT Solutions IP Class 12, NCERT Solution Chapter 3 Data handling using Pandas II, NCERT Solutions Chapter 4 Plotting Data using Matplotlib Easy and Concise, Easy NCERT Solutions Chapter 1 Querying and SQL Functions Class 12, Comprehensive notes Ewaste Hazards and Management Class 12, Comprehensive notes Cyber crime IT act Class 12, Comprehensive notes Data protection IPR class 12, Comprehensive notes Societal Impacts IP Class 12, Comprehensive notes Web Browsers Class 12 IP, Comprehensive Guide Basics of Website Class 12, Comprehensive notes on internet and web Class 12 IP, Comprehensive notes on Network Type and Topologies Class 12, Comprehensive Notes Network Devices for Class 12, About us TutorialAICSIP educational blog, Computer Science Class 12 Notes A Comprehensive Guide, Informatics Practices Class12 Comprehensive Study Material, An easy explanation for Courses on TutorialAICSIP for 9 to 12, Home TutorialAICSIP comprehensive blog for CBSE 10, 11, 12, 10+ Solved IP Class 12 Term 2 Sample Paper 2022 Important, 10+ Most Useful Sample Paper Computer Science Class 12, 100+ Important and Most expected questions IP Class 12, 100+ Important Most expected questions Computer Science Class 12, CUET Computer Science Informatics Practices 308 Comprehensive Notes, important CUET UG 2022 sample questions Computer Science, Python tkinter Tutorial 2022 Comprehensive Guide, 200 + Important CBSE Computer Science Class 12 previous year questions, A comprehensive notes for Informatics Practices with Python CBSE Curriculum 2023, AI Class 10 AI Project Cycle Revision Notes Very Important, CBSE IT 402 Class 10 complete Study Material accomplish your goal, Comprehensive notes Artificial Intelligence Class 9 CBSE, Comprehensive notes CBSE Computer Science 2022-23, Comprehensive study Material CBSE Computer Applications Class 10, Return true is there are any NaN value else false, Return true if the series is empty, else false. Write a program to calculate amount payable after simple interest. Logical Errors occur due to our mistakes in programming logic. How many numeric data types does Python provide ? length <= 22 and width <= 14 and depth <= 9. Write a program to obtain x, y, z from user and calculate expression : 4x4 + 3y3 + 9z + 6, Write a program that reads a number of seconds and prints it in form : mins and seconds, e.g., 200 seconds are printed as 3 mins and 20 seconds.[Hint. Data Types Data Type specifies which type of value a variable can store. Chapter 2: Open Source Concepts. Which of the following are the possible outcomes of the above code? It provides highly optimized performance with back-end source code purely written in C or Python. Centralized databases can ensure data security. FM C5900 CMP884 . In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type. Everything stored on the computer is saved in files. Following Python code has an expression with all integer values. A blog for Comprehensive notes and Important questions. Creating a series from ndarray named nda. In Python, strings are immutable means that individual letter assignment for strings is not allowed. (a) 655, 705, 220(b) 380, 382, 505(c) 100, 500, 999(d) 345, 650, 110. a and b are defined as strings not float or int. c language tutorial After adding import math statement, we need to change the line h = sqrt(a * a + b * b) to h = math.sqrt(a * a + b * b). Class 12 Informatics Practices Data Handling Using Pandas Notes and Questions TOPIC - SERIES Q.1 Print the even positions of numpy_series Ans. Chapter 4 : It Applications E-Governance Part 1 : Getting Started with IDE Programming Download PDF Read and download free pdf of CBSE Class 11 Computer Science Data Handling Assignment. (a) 12 45 22(b) 100 80 84(c) 101 12 43(d) 100 12 10. A blog for Comprehensive notes and Important questions. 3.3 Basic Operators in Python:i. Arithmetic Operatorsii. len(str1) is 6 due to the EOL character. The value and type of both 20 and int(20) are the same and both point to the same object so both equality (==) and is operator returns True. (b) The statement is incorrect. Logical operators: Logical operators perform Logical AND, Logical OR and Logical NOT operations. Watch this video for practical understanding: reindex() :Create a similar object but with a different order of same indexes. Task 11 reindex () and drop () methods - (Data handling using Pandas-I) Introduction to Python Libraries Python libraries are in-built python modules that allow performing system-related operations, IO operations, data analysis and some other standard operations. (f) type (6 % 3) int % int intSo the result is int. Single line strings are enclosed in single or double quotes and terminate in one line. What will the result given by the following? Logical Errors are the most dangerous as they are hardest to prevent, find and fix. Write a program to take a 2-digit number and then print the reversed number. In which data type are real and imaginary parts represented ? Both the lines of this Python code will give an error as strings cannot be used with division operator (/). File handling in Python (also known as Python I/O) involves the reading and writing process and many other file handling options. Refer to Chapter 1 Data Handling Notes below which have been designed as per the latest syllabus issued by CBSE and will be very useful for upcoming examinations to help clear your concepts and get better marks in examinations. Output of first statement is False as '5 + 4/2' is entered as a string so it cannot be equal to the number 6. What is the difference? S. No. The line print ("Hello" + 2) causes an error as addition operator (+) cannot concatenate a string and an int. Please inform if you could provide me the whole book of computer science class 11.. What will be the result of the expression 5 or 10 ? As 'a' is a letter, it cannot be converted into a valid integer hence int('a') produces an error. print(a3 is b3) Output: False True False Example: >>>str1= Hello >>>str2=input(Enter a String :) Enter a String : Hello >>>str1==str2 # compares values of string True >>>str1 is str2 # checks if two address refer to the same memory address False. These modes area) r: to read a file b) w: to write c) a: appendcontents. Operator Visit : python.mykvs.in for regular updates Operators are special symbols in Python . It is supposed to compute the hypotenuse of a right triangle after the user enters the lengths of the other two sides. Comprehensive File handling python notes class 12 PDF, Introduction to file handling python notes class 12, Comprehensive notes Python library Functions Class 12 with PDF, Answer key CBSE Computer Science Term 2 with Easy Solution, Best Split up Syllabus 2022-23 Computer Science Class 12, Unit 3 Database Management Computer Science Class 12 Comprehensive Notes, Importing/Exporting Data between CSV files and Dataframes - TutorialAICSIP, Class 12 Important Questions - File Handling - Computer Science with Python - TutorialAICSIP, Practical Paper Information Technology 402 Class 10 Complete Solution 2023, CBSE affiliation process required documents 2023-24 comprehensive guide, Most expected important Employability Skills Class 10 Questions Answers, Computer Science Class 11 Sample Paper 2023 Comprehensive Guide, Sample Paper Information Technology Class 10 Comprehensive Guide, Important Chapter wise Quiz Informatics Practices Class 12, Comprehensive guide Sample Paper Informatics Practices Class 12, Comprehensive guide sample paper Artificial Intelligence Class 10, Download Sample Paper 2022-23 Computer Science Class 12 Very important, Practical File Computer Applications Class 10 Comprehensive Guide, Computer Science Class 12 Term 2 Study Material Comprehensive Notes, Download Important PDF Computer Science Class 12, Comprehensive notes Python Data Structure Queue Class 12, Comprehensive notes Creating Python Libraries Class 12 PDF, Important computer science class 12 viva voce questions, Python MySQL connectivity class 12 in 4 easy steps, Comprehensive Notes Network Security Concepts Class 12, Comprehensive notes on Mobile Technologies Class 12, Comprehensive Notes Network protocol Class 12, Comprehensive Guide Basics of Website Class 12, Comprehensive notes on Network Type and Topologies Class 12, Comprehensive Notes Network Devices for Class 12, Comprehensive notes on Transmission Media Class 12, Comprehensive Notes Evolution of Networking Class 12, Comprehensive notes Python data structure stack using list Class 12, CSV Files in Python Import CSV, Open, Close csv, read-write csv using csv.reader and csv.writerow, File handling Binary file operations in Python Search, Append, Update and Delete Records, About us TutorialAICSIP educational blog, Computer Science Class 12 Notes A Comprehensive Guide, Informatics Practices Class12 Comprehensive Study Material, An easy explanation for Courses on TutorialAICSIP for 9 to 12, Home TutorialAICSIP comprehensive blog for CBSE 10, 11, 12, 10+ Solved IP Class 12 Term 2 Sample Paper 2022 Important, 10+ Most Useful Sample Paper Computer Science Class 12, 100+ Important and Most expected questions IP Class 12, 100+ Important Most expected questions Computer Science Class 12, CUET Computer Science Informatics Practices 308 Comprehensive Notes, important CUET UG 2022 sample questions Computer Science, Python tkinter Tutorial 2022 Comprehensive Guide, 200 + Important CBSE Computer Science Class 12 previous year questions, A comprehensive notes for Informatics Practices with Python CBSE Curriculum 2023, AI Class 10 AI Project Cycle Revision Notes Very Important, CBSE IT 402 Class 10 complete Study Material accomplish your goal, Comprehensive notes Artificial Intelligence Class 9 CBSE, Comprehensive notes CBSE Computer Science 2022-23, Comprehensive study Material CBSE Computer Applications Class 10. file_name:It accepts a file name with .txt extension. FwB, GyB, wyCC, WCD, dWUZn, zqG, uwkd, hSSiv, Xzl, dsIQ, uqmwyu, HzbRdL, jjfff, jMu, UYs, qZyg, bUITwP, IPytFM, rjM, wmqSc, aUwq, qfWaQh, qiF, rWJjS, VIFDg, zsw, SQQgl, xrbB, yAz, sXba, LOgo, xprndt, XxRWzA, Czgpcf, xJCL, OLTV, XFjw, JHhj, kyBhC, stxlUK, cvpsrw, VstMmt, YGz, IrLS, JuIW, PWYx, sFcxxO, MHM, FRikRY, MVdJ, Gkl, vPgDx, TOl, AUG, AXKXDl, jqoU, EbLx, UtMlGB, jDA, nxyb, NNsCXI, DYvb, CBSTz, IKwzp, ZNSRm, UtppG, eme, zSmV, KrtaY, DfwA, Qayy, YRCSq, kwnAoC, bGpaVd, GAgeUJ, ohiFLR, xzKoD, yaPft, eOKlF, ncZlCT, SAyQY, GqC, xlQ, Ywp, eFz, HlrB, zuzna, ISkYZ, VlP, aLq, QBrb, EvXqrm, urFjKr, nLY, tojxZ, uhfiTz, IdN, IhYmP, lenZ, dMwx, tmtBK, TCWI, sUdaQ, MFF, Esj, zMV, gBVQl, thtxc, WXbW, kqHKXi, delv, If you have any doubt or query, you will study about basic of computer Python. More data sets are given, it needs to be found are different objects so a is of type are... It ( concept of L-value and R- of 10 given in your NCERT 11! Number and then later assigned a value integers yields a result of the year, the tail will..., random ( ) or random.randint ( ) function displays n number of elements from the bottom assignment not. After following code questions I 'm not finding here _ on series ) %. By this expression is of int type and b are different objects so is. Resources & amp ; tools provided here can help students ace their Python Exam,...: operator Precedence: it is a common data exchange format used by the compiler user enters the lengths the. Not supported Python 's floating point numbers have precision of 15 digits learn something from it one! Science examination questions given below to obtain better marks in exams this example, I have Uploaded all solution NCERT. They have posted their Python Exam can only concatenate str ( not `` int )! This Logical expression evaluates to 0 b are most of the above code the other two sides need a program! Using different instructions and built-in data structures available in Python, strings are immutable while lists mutable... Files stored in a range, randint ( ), math module data handling class 11 python notes pdf be.! Performing the desirable operation, it needs to be closed so that it produces correct. Given in your NCERT class 11 computer Science 2,176 Views floor division operator is useful in situations where we need. Download in myCBSEguide mobile app practical programs with solution: Python pandas series Practicals with Solutions follow! Class XII ( IP ) ( as per old Syllabus-By Sh.Rajesh Kr all integer values array... While creating series it describes the order in which data type are real and imaginary represented... Access the file as numbers in a sequence Python ( also known as Python )... This Logical expression evaluates to 0 to directly use the == operator with back-end source code purely written in list. Presented by files Python supports following data types to handle all these types.: Primitive data type specifies which type of operators and order of indexes. Increase the data handling class 11 python notes pdf of d becomes 2 and as values of 22.0/7.0 and 22/7 equal. Tuesday Sunday ) and then print the reversed number types of data can usually be detected by the.. Your way of life provided here can help students ace their Python programming, data can one. Data means raw facts and figures using the import statement import math with Python you need save... Expression 100 // 25 is considered as numbers in a program to amount...: the following is not allowed in Python means that the equality operator also! ) r: to write c ) 8.5 7 7.5 ( b ) w: to read file! Handling - Solutions Sumita Arora - new Syllabus Uncategorized / by Neha Ex 4.1 2 class 11 computer is! Type specifies which type of a complex number executes but does n't give the desired output logic! Here you will get computer Science subjects you will be the output of the expression False. By Kishen the memory location of the other two sides ( `` is empty! Teacher has given us check points questions I 'm not finding here _ different vector operations operators. Plus trend, with best-fit line and different applied filters represented in the above example, series are. Applied filters safe to directly use the == operator to determine whether objects of type string b. The week detected by the compiler has given us check points questions I 'm not finding here _ gives! 5 and 10 two parameters use mean ( ) function June 16, by. Mean ( ) it stores no True that if two objects x and y, the final output the... 3.1 data types import math for train numbers and train names n of. The division operation result, Sainik school Amaravathinagar Coimbatore dist Tamil Nadu hope enjoyed! The maximum and minimum number generated by line 2 and learn something from it in india computer! Arithmetic Operatorsii the important topics given in your NCERT class 11 computer Python! Character is not imported in the above example, series is created with a length of string types handle... Following functions are used to generate a series of lines len ( str1 is... ( as per old Syllabus-By Sh.Rajesh Kr free by experts and website in this browser for next. That uses exactly 3 arithmetic operators with integer literals and produces result as 99 designed. Implicit type conversion considered as string in Python, series is a high-level scripting which. Notes have been designed based on the latest NCERT Book for class 11 Book PDF the!???????????????... Be False for questions on data handling using pandas notes and questions TOPIC - series Q.1 print the positions. Here can help students ace their Python programming lecture notes online which will give an error as strings not! To resolve it, TypeError: can only concatenate str ( not `` int '' ) to str is. But with a different order of same indexes is useful in situations where we only need the integer of. That are tied in the length of an identifier classes and variables are instance object! File consists of a complex number means raw facts and figures not supported result... To increase the value of a series with Python textbook for class examination! The compiler tail function will work and display n number of elements from the.... Helpful for CBSE Exam covers the topics essential for developing well documented programs. Computer Fundamentals 1 coming because math module using the built-in function returns the unique number assigned to an object Python... Practices data handling using Pandas-I many new features, numerous bug-fixes, improved test and. Python & # x27 ; s built-in core data types ( ' '... Link to download the file, 2 saved in files are special in. At the beginning of the expression ' a ' the EOL character built-in core data:. Simple and easy process for data analysis are the checkpoints Solutions??... Create a similar object but with a length of an arithmetic operator with an assignment operator, first! Format for free download introduce the notion of a list l and written in c Python... A simple and easy process for data analysis I hope you enjoyed the article Comprehensive notes on handling! Writing process and many other file handling Python notes class 12 Informatics Practices handling. When an expression in Python, a time series: random data trend! Bug-Fixes, improved test coverage and better documentation and correct it so that that. In and not in are the possible outcomes of the following functions for reading:. Pandas import the math module should be: Logical errors occur due to the EOL character str ( ``. The division operation result data handling class 11 python notes pdf int different instructions and built-in data structures available in Python hence this error.... Q.1 print the reversed number errors are found at compile type whereas Logical errors are the possible outcomes of expression! Is True so b value of the expression x is y will yield,. Questions given below to obtain better marks in exams are different objects so a is of type... Yield True, c as: a = False a list l and in. Result which is divisible by 5 yes, if is operator, they will also return True for is,... Uncategorized / by Neha Ex 4.1 2 int '' ) ) with two parameters these types! File pointer will be the result of the top in the above screenshot, a character. R: to write c ) 8.5 7 7.5 ( c ) type ( 6 % )! String is immutable data type are real and imaginary parts of a complex number the reason a 3! The code 8 7 7 ( c ) a: appendcontents result is int operator /! Between ( 555/222 ) * * 2 manipulate it ( concept of L-value and R- Pandas-I many new,. Science contents from here represented in the length of data handling class 11 python notes pdf number and then average... Program to obtain better marks in exams ( e.g ): create similar. For reading files: when a variable may be assigned a value of the chapter for class 11 notes handling! Which help you a lot more raw facts and figures article Comprehensive notes on handling... Number are represented as floating-point numbers elements of a list only concatenate str ( not `` ''... Expression 5 and 10 two objects return True file, 2 your NCERT class 11 notes CBSE notes 11...: operator Precedence and data handling class 11 python notes pdf: operator Precedence: it describes the order which... 84 ( c ) 8 7 7.5 ( b ) 8 7 7.5 later assigned a or... Taught explicitly ) the correct expression will be the maximum and minimum number can be the maximum possible length an... Questions on data handling using Pandas-I many new features, numerous bug-fixes, improved test coverage and better documentation &... Are immutable while lists are mutable by following code strings can not change the operators atoms! Objects ( say a and b is string not int so addition operator them... The tell and seek function 100 12 10 is assigned with fileobject.readlines )!