Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit e38dc83

Browse files
committed
Merge pull request #1 from szeitlin/master
added a few more questions
2 parents 88c4266 + 892d18a commit e38dc83

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.mkd

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ these questions for the same candidate.
1818

1919
1. How do you create a dictionary?
2020

21-
## Intermediate Questions
21+
## Intermediate/Advanced Questions
2222

2323
1. How can you improve the following code?
2424

@@ -46,7 +46,19 @@ these questions for the same candidate.
4646

4747
1. What is a generator? What can it be used for?
4848

49-
## Advanced
49+
1. How do you reverse a list? Can you come up with at least three ways?
50+
51+
1. How would you merge two sorted lists? They can be any length, or empty.
52+
53+
1. How would you count the lines in a file? How would you do it if the file was too big to hold in memory?
5054

5155
1. What are bindings, i.e., what does it mean for a value to be bound to a
5256
variable?
57+
58+
1. What happens if you have an error in an __init__ statement?
59+
60+
1. What is inheritance?
61+
62+
1. What happens in python if you try to divide by zero?
63+
64+
1.

0 commit comments

Comments
 (0)