Tuesday, 7 December 2021

Top 8 Interview Questions in Python

  1. What is the difference between List and Tuples in Python?
  2. Python an interpreted language explain
  3. What is Pep8?
  4. What are Python Namespaces?
  5. What are Decorators in Python?
  6. What are Dict and List comprehension?
  7. What is the difference between .py and .pyc files?
  8. What is Slicing in Python?

Git merge branch to another branch

$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push