learning-zone / python-basics

Python Basics ( v3.x )
https://learning-zone.github.io/python-basics/
1.49k stars 428 forks source link

fixed typographic errors and added answer to some question #2

Closed cadiente-jomel closed 3 years ago

cadiente-jomel commented 3 years ago

Question answered

  1. What happens in python if you try to divide by zero?
  2. Differentiate between append() and extend() methods ?
  3. What is ord() and chr()?
  4. How would you merge two sorted lists? They can be any length or empty.
  5. How do you reverse a list? Can you come up with at least three ways?
learning-zone commented 3 years ago

There are lot of unnecessary changes in this PR.