Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python all assignment #164

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added Nitesh Mehto/Python main task.docx
Binary file not shown.
Binary file added Nitesh Mehto/python assignment 2.docx
Binary file not shown.
4 changes: 3 additions & 1 deletion Nitesh Mehto/python class 1 assignment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
expense of larger files while fewer bits give you a limited choice but you save a lot of space.

Binary file added Nitesh Mehto/python class 2 & 3 assignment.docx
Binary file not shown.