diff --git a/Nitesh Mehto/Python file handling assignment.docx b/Nitesh Mehto/Python file handling assignment.docx new file mode 100644 index 0000000..c12d033 Binary files /dev/null and b/Nitesh Mehto/Python file handling assignment.docx differ diff --git a/Nitesh Mehto/Python main task.docx b/Nitesh Mehto/Python main task.docx new file mode 100644 index 0000000..fa2a134 Binary files /dev/null and b/Nitesh Mehto/Python main task.docx differ diff --git a/Nitesh Mehto/python assignment 2.docx b/Nitesh Mehto/python assignment 2.docx new file mode 100644 index 0000000..3739b28 Binary files /dev/null and b/Nitesh Mehto/python assignment 2.docx differ diff --git a/Nitesh Mehto/python class 1 assignment.txt b/Nitesh Mehto/python class 1 assignment.txt index d135dd1..ce44492 100644 --- a/Nitesh Mehto/python class 1 assignment.txt +++ b/Nitesh Mehto/python class 1 assignment.txt @@ -9,8 +9,10 @@ ans2. Python 2 made code development process easier than earlier versions. It im Python released version 3.0. This version was mainly released to fix problems which exist in Python 2. The nature of these change is such that Python 3 was incompatible with Python 2. It is backward incompatible Some features of Python 3 have been backported to Python 2.x versions to make the migration process easy in Python 3. + Q3. Diff. b/w ASCII & UNICODE? ans3. ASCII originally used seven bits to encode each character. This was later increased to eight with Extended ASCII to address the apparent inadequacy of the original. Unicode uses a variable bit encoding program where you can choose between 32, 16, and 8-bit encodings. Using more bits lets you use more characters at the - expense of larger files while fewer bits give you a limited choice but you save a lot of space. \ No newline at end of file + expense of larger files while fewer bits give you a limited choice but you save a lot of space. + diff --git a/Nitesh Mehto/python class 2 & 3 assignment.docx b/Nitesh Mehto/python class 2 & 3 assignment.docx new file mode 100644 index 0000000..3097565 Binary files /dev/null and b/Nitesh Mehto/python class 2 & 3 assignment.docx differ