Questions

  1. What is the difference between readline() and readlines() ?
  2. What is the difference between open() and with open()?
  3. What is the significance of r c:\\Downloads at starting?
  4. What is the generators object?
  5. What is the use of pass?
  6. What is a lambda expression?